Bug 377960 - crash tests

This commit is contained in:
Martijn Wargers 2013-01-26 21:28:56 +01:00
parent 3217ddb5b6
commit 92bb2f8c45
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<html><head>
</head>
<body onblur="document.activeElement.style.display = 'none'" tabindex="4" onfocus="var x=document.getElementsByTagName('*');var i = Math.floor(Math.random()*x.length);x[i].focus()" style="overflow: scroll;">
<iframe tabindex="2" style="overflow: scroll; display: inline; position: fixed; direction: rtl;"></iframe>
<select onblur="event.target.setAttribute('tabindex', Math.floor(Math.random()*5)-9)" style="overflow: scroll; display: table; position: absolute; float: right; direction: rtl;"></select>
</body></html>

View File

@ -0,0 +1,7 @@
<html>
<head><title>Click the &lt;select&gt; to crash.</title></head>
<body onfocus="document.documentElement.focus(); document.body.style.display = 'none';">
<iframe style="position: fixed;"></iframe>
<select style="position: absolute;"></select>
</body>
</html>

View File

@ -30,6 +30,8 @@ load 360599-1.html
load 366200-1.xhtml
load 371466-1.xhtml
load 377360-1.xhtml
load 377960-1.html
load 377960-2.html
load 384663-1.html
load 386000-1.html
load 386794-1.html