1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/586806-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<html class="reftest-wait"> 1.5 +<head> 1.6 +<script> 1.7 +function doe2() { 1.8 +document.getElementById('b').style.position = 'static'; 1.9 +document.getElementById('a').setAttribute('style', 'position: absolute; -moz-column-count: 2;'); 1.10 +document.documentElement.removeAttribute("class"); 1.11 +} 1.12 +</script> 1.13 +</head> 1.14 +<style>body * {border: 1px solid black;}</style> 1.15 +<body onload="doe2();"> 1.16 +<div style="width: 500px;border: 1px solid black;"> 1.17 +<div style="display: inline-block; width: 100px; height: 100px;"></div> 1.18 +<span style="position: absolute;"></span> 1.19 +mmmmmmmmmmmmmmmmmmmmmmm 1.20 + 1.21 +<span id="a">mmmmmmmmmmmmmmmmmmmm 1.22 + 1.23 +<div id="b" style="display: inline-block; width: 240px; height: 100px; position: absolute;"></div> 1.24 +m mm mm mm mm mm mm mm mm m 1.25 +<span style="float: left;">m</span> 1.26 +</span> 1.27 +</div> 1.28 +</body> 1.29 + 1.30 +</html>