summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/428263-1.html
blob: fd7e332a50c93fcd6116af1eb03d740f93a6ab76 (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="column-count: 2;"><div style="height: 1px;"></div><span style="display: inline-block;"></span></body>

</html>