Add crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-19 14:51:44 -08:00
parent 1af893e14c
commit f34ed9b88c
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
<script>
function boom()
{
document.getElementById("xxx").style.position = "fixed";
document.documentElement.removeAttribute("class");
}
window.addEventListener("load", function(){setTimeout(boom, 30)}, 0);
</script>
<hbox id="xxx" style="position: absolute;">
<label value="X" />
<menulist>
<menupopup>
<menuitem label="Y" />
</menupopup>
</menulist>
</hbox>
</window>

View File

@ -16,6 +16,7 @@ load 331679-2.xml
load 331679-3.xml
load 335140-1.html
load 336291-1.html
load 336999-1.xul
load 337268-1.html
load 337419-1.html
load 337476-1.xul