summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/1667493.html
blob: d7cf6c61749635d4d432179adcbde8ce608bb690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html class="reftest-wait">
<script>
function runTest() {
  let win = window.open("1667493_1.html");
  win.finish = function() {
    document.documentElement.removeAttribute("class");
  };
}
</script>
<body onload="runTest()">
</body>
</html>