summaryrefslogtreecommitdiffstats
path: root/layout/xul/crashtests/397293.xhtml
blob: cfd18192152fee8209885ff277e89dd7d7c6f236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html xmlns="http://www.w3.org/1999/xhtml"  
      xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      style="opacity: 0.2;">
<head>
<script>

function x()
{
  document.documentElement.style.counterReset = "chicken";
  
  document.body.offsetHeight;
}

</script>
</head>

<body onload="setTimeout(x, 0);">Foo</body>

<xul:listbox/>

</html>