summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/463350-1.html
blob: 08df71fdd0f3382b95145cdfd592b575545dacf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">

function boom()
{
  document.getElementById("select").appendChild(document.createElement("span"));
  document.documentElement.offsetHeight;
  document.getElementById("z").appendChild(document.createElement("span"));
}

</script>
</head>

<body onload="boom();" style="column-count: 2; height: 72496331mm;"><fieldset><span id="z"><div><div></div></div><select id="select"></select></span></fieldset></body>
</html>