Add crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-18 16:27:39 -08:00
parent 3fe2bbd97a
commit 12773a0769
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="setTimeout(boom, 30);" class="reftest-wait">
<script>
function remove(q1) { q1.parentNode.removeChild(q1); }
function boom()
{
var x = document.getElementById("x");
var y = document.getElementById("y");
remove(x);
remove(y);
document.documentElement.removeAttribute("class");
}
</script>
<tree>
<treechildren id="y"/>
<richlistbox>
<hbox id="x"/>
<menulist/>
</richlistbox>
</tree>
</window>

View File

@ -1,6 +1,7 @@
load 311457-1.html
load 327776-1.html
load 329407-1.xml
load 344228-1.xul
load 346083-1.html
load 346281-1.html
load 366112-1.xul