1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/406380.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<html style="direction: rtl;"> 1.5 +<body onload="document.getElementById('i').style.fontSize = '10em';"> 1.6 + 1.7 +<div style="-moz-column-width: 60px;"> 1.8 +a 1.9 +<div style="overflow: -moz-hidden-unscrollable; white-space: pre;" id="i"> 1.10 +b 1.11 +</div> 1.12 +</div> 1.13 + 1.14 +</body> 1.15 +</html>