1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/802902.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<div style=width:1;height:5000><script> 1.5 +document.onscroll=function(){alert("Scroll down as soon as you press ok!");} 1.6 + 1.7 +function initCF() { 1.8 +setTimeout("CFcrash()", 190); 1.9 +} 1.10 +document.addEventListener("DOMContentLoaded", initCF, false); 1.11 +function CFcrash() { 1.12 +try { window.scrollByLines(3); } catch(e) {} 1.13 +}</script>> 1.14 \ No newline at end of file