summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/401734-1.html
blob: 3737b57a536b4d9a7273fe4bb2fe80ac503e8dfc (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="column-count: 2;width: 400px;">
<span id="a">
<span style="float: left; column-width: 100px;">
&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;-&#1593;
</span>
</span>
</div>
</body>
</html>