bug 384871 - crash test by Martijn Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:20 -07:00
parent b9319e1ca9
commit a2ceec7779
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<popup xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script xmlns="http://www.w3.org/1999/xhtml">
function doe(){
document.documentElement.autoPosition = 'on';
window.location.reload();
}
setTimeout(doe, 300);
</script>
</popup>

View File

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 500);
</script>
<body>
<iframe src="384871-1-inner.xul"></iframe>
</body>
</html>

View File

@ -31,6 +31,7 @@ load 382899-1.xul
load 383236-1.xul
load 384105-1.html
load 384491-1.xhtml
load 384871-1.html
load 394120-1.xhtml
load 397304-1.html
load 398326-1.xhtml