Blame layout/base/crashtests/833604-1.html

Packit f0b94e
<html>
Packit f0b94e
<script>
Packit f0b94e
function start() {
Packit f0b94e
try{o0=document.body;}catch(e){}
Packit f0b94e
try{o11=document.createElement('input');;}catch(e){}
Packit f0b94e
try{o0.appendChild(o11);}catch(e){}
Packit f0b94e
try{document.documentElement.offsetHeight;}catch(e){}
Packit f0b94e
try{o0.style.cssText = '-moz-transform: matrix(1, -0.2, 0, 1, 0, 0);'}catch(e){}
Packit f0b94e
try{o11.style.position='fixed';}catch(e){}
Packit f0b94e
window.setTimeout('window.start_waitfor0()',10);
Packit f0b94e
}
Packit f0b94e
function start_waitfor0() {
Packit f0b94e
try{o0.style.display='table-column';}catch(e){}
Packit f0b94e
try{o11.offsetHeight;}catch(e){}
Packit f0b94e
}
Packit f0b94e
</script>
Packit f0b94e
<body onload="start()"></body>
Packit f0b94e
</html>