summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/802902.html
blob: 2f258206b64f74947a6152eaa778bccc2f4e55e2 (plain)
1
2
3
4
5
6
7
8
9
10
<div style=width:1;height:5000><script>
document.onscroll=function(){alert("Scroll down as soon as you press ok!");}

function initCF() {
setTimeout("CFcrash()", 190);
}
document.addEventListener("DOMContentLoaded", initCF);
function CFcrash() {
try { window.scrollByLines(3); } catch(e) {}
}</script>>