Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: true
- Manifest: layout/base/crashtests/crashtests.list
<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>>