1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/355426-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<html> 1.5 +<head> 1.6 + 1.7 +<script> 1.8 + 1.9 +function foo() 1.10 +{ 1.11 + document.getElementById("navish").style.display = "inline-block"; 1.12 +} 1.13 +</script> 1.14 + 1.15 +</head> 1.16 + 1.17 + 1.18 +<body onload="foo()"> 1.19 + 1.20 +<div style="-moz-column-count: 2;"> 1.21 + <ol id="ol1" style="height: 30px;"> 1.22 + <li>A</li> 1.23 + <li><p id="p3" style="width: 1em;">Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo</p></li> 1.24 + </ol> 1.25 +</div> 1.26 + 1.27 +<p id="navish">E</p> 1.28 + 1.29 +</body> 1.30 +</html> 1.31 \ No newline at end of file