1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/416165.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<html> 1.5 +<head> 1.6 +<script> 1.7 +function replacestyles(){ 1.8 +document.getElementById('a').setAttribute('style', 'border: 1px solid black; -moz-border-radius: 2em;'); 1.9 +document.body.offsetHeight; 1.10 +} 1.11 +</script> 1.12 +</head> 1.13 +<body style="direction: rtl; -moz-column-count: 2;" onload="document.body.offsetHeight; setTimeout(replacestyles,0);"> 1.14 + 1.15 +<div id="a"> 1.16 +<pre style="overflow: -moz-hidden-unscrollable;"> 1.17 + 1.18 + 1.19 +text 1.20 + 1.21 + 1.22 + 1.23 +</pre> 1.24 +</div> 1.25 +</body> 1.26 +</html>