mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 384877 - crash test by Martijn Wargers.
This commit is contained in:
parent
9bb6579301
commit
066900e8b6
15
content/xul/content/crashtests/384877-1-inner.xul
Normal file
15
content/xul/content/crashtests/384877-1-inner.xul
Normal file
@ -0,0 +1,15 @@
|
||||
<menupopup xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="d" popup="d">
|
||||
<script>
|
||||
function doe() {
|
||||
var d = document.getElementById('d');
|
||||
if (d.openPopup) {
|
||||
d.openPopup(document.documentElement, 'before_start', 0, 0, false, false);
|
||||
// alert(d.state);
|
||||
}
|
||||
|
||||
if (d.showPopup)
|
||||
d.showPopup();
|
||||
}
|
||||
setTimeout(doe, 200);
|
||||
</script>
|
||||
</menupopup>
|
9
content/xul/content/crashtests/384877-1.html
Normal file
9
content/xul/content/crashtests/384877-1.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
setTimeout('document.documentElement.className = ""', 1000);
|
||||
</script>
|
||||
<body>
|
||||
<iframe src="384877-1-inner.xul"></iframe>
|
||||
</body>
|
||||
</html>
|
@ -14,6 +14,7 @@ load 354611-1.html
|
||||
load 360078-1.xhtml
|
||||
load 363791-1.xul
|
||||
load 384740-1.xul
|
||||
load 384877-1.html
|
||||
load 386947-1.xul
|
||||
load 425821-1.xul
|
||||
load 429085-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user