mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 377960 - crash tests
This commit is contained in:
parent
3217ddb5b6
commit
92bb2f8c45
12
content/base/crashtests/377960-1.html
Normal file
12
content/base/crashtests/377960-1.html
Normal 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>
|
7
content/base/crashtests/377960-2.html
Normal file
7
content/base/crashtests/377960-2.html
Normal file
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head><title>Click the <select> 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user