1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/401734-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<html><head> 1.5 +<script> 1.6 +function doe(){ 1.7 +document.getElementById('a').style.display = 'none'; 1.8 +} 1.9 +</script> 1.10 +</head> 1.11 +<body onload="document.body.offsetHeight; setTimeout(doe,0)"> 1.12 +<div style="-moz-column-count: 2;width: 400px;"> 1.13 +<span id="a"> 1.14 +<span style="float: left; -moz-column-width: 100px;"> 1.15 +a-a-a-a-a-a-a-a-a-a-a-a-a-a 1.16 +</span> 1.17 +</span> 1.18 +</div> 1.19 +</body> 1.20 +</html>