layout/base/crashtests/802902.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:77c277e76718
1 <div style=width:1;height:5000><script>
2 document.onscroll=function(){alert("Scroll down as soon as you press ok!");}
3
4 function initCF() {
5 setTimeout("CFcrash()", 190);
6 }
7 document.addEventListener("DOMContentLoaded", initCF, false);
8 function CFcrash() {
9 try { window.scrollByLines(3); } catch(e) {}
10 }</script>>

mercurial