summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/401734-2.html
blob: ae89165ab357d553a887faff00d882b2a44fad31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html><head>
<script>
function doe(){
document.getElementById('a').style.display = 'none';
}
</script>
</head>
<body onload="document.body.offsetHeight; setTimeout(doe,0)">
<div style="-moz-column-count: 2;width: 400px;">
<span id="a">
<span style="float: left; -moz-column-width: 100px;">
a-a-a-a-a-a-a-a-a-a-a-a-a-a
</span>
</span>
</div>
</body>
</html>