bug 384877 - crash test by Martijn Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:25 -07:00
parent c7775a00e1
commit b90837186d
3 changed files with 25 additions and 0 deletions

View 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>

View 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>

View File

@ -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