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

function boom()
{
  document.documentElement.appendChild(document.body);
  document.documentElement.offsetHeight;
  document.documentElement.appendChild(document.body);
}

</script>
</head>

<body onload="boom();" style="-moz-column-count: 2;"><div style="height: 1px;"></div><span style="display: inline-block;"></span></body>

</html>