1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/833604-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<html> 1.5 +<script> 1.6 +function start() { 1.7 +try{o0=document.body;}catch(e){} 1.8 +try{o11=document.createElement('input');;}catch(e){} 1.9 +try{o0.appendChild(o11);}catch(e){} 1.10 +try{document.documentElement.offsetHeight;}catch(e){} 1.11 +try{o0.style.cssText = '-moz-transform: matrix(1, -0.2, 0, 1, 0, 0);'}catch(e){} 1.12 +try{o11.style.position='fixed';}catch(e){} 1.13 +window.setTimeout('window.start_waitfor0()',10); 1.14 +} 1.15 +function start_waitfor0() { 1.16 +try{o0.style.display='table-column';}catch(e){} 1.17 +try{o11.offsetHeight;}catch(e){} 1.18 +} 1.19 +</script> 1.20 +<body onload="start()"></body> 1.21 +</html>