summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/326865-1.html
blob: 579e95c9cef9f39417e011bae1a47a0c83505216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<script>
try {
  window.getComputedStyle(null);
} catch (e) {
}
</script>
</head>
<body>
</body>
</html>