1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/683702-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> 1.5 +<head> 1.6 +<script> 1.7 + function doe() { 1.8 + document.getElementById('a').style.display = ''; 1.9 + document.documentElement.removeAttribute("class"); 1.10 + } 1.11 +</script> 1.12 +</head> 1.13 +<body onload="doe()"> 1.14 +<div style="position: absolute; -moz-column-count: 2;"> 1.15 +<table id="c"> 1.16 +<div id="a" style="border: 100px solid black; display:none;"></div><tr> 1.17 +<td style="position: absolute;"> 1.18 + <span> 1.19 + <div style="border: 100px solid black;"></div> 1.20 + </span> 1.21 + 1.22 +</td> 1.23 +</tr> 1.24 +</table> 1.25 +</div> 1.26 +</body> 1.27 +</html>