Bug 802902 - crash test

This commit is contained in:
Abhishek Arya 2013-05-13 16:28:29 +02:00
parent 2ea4743b13
commit ce651854a8
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,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, false);
function CFcrash() {
try { window.scrollByLines(3); } catch(e) {}
}</script>>

View File

@ -395,6 +395,7 @@ load 763223-1.html
test-pref(font.size.inflation.emPerLine,15) test-pref(font.size.inflation.lineThreshold,100) load 763702.xhtml test-pref(font.size.inflation.emPerLine,15) test-pref(font.size.inflation.lineThreshold,100) load 763702.xhtml
load 770381-1.html load 770381-1.html
load 795646.html load 795646.html
load 802902.html
load 813372-1.html load 813372-1.html
asserts-if(gtk2Widget,0-1) load 822865.html # bug 540078 asserts-if(gtk2Widget,0-1) load 822865.html # bug 540078
load 833604-1.html load 833604-1.html