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