Will you be my crashtest?

git-svn-id: svn://10.0.0.236/trunk@241456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2007-12-16 05:51:03 +00:00
parent 1cd045ca66
commit 57a48a9a9e
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="reftest-wait">
<head>
<script>
function boom()
{
var y = document.getElementById("y");
y.parentNode.removeChild(y);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
<div style="float: left">X<xul:hbox><input type="radio"/></xul:hbox></div>
<div id="y" style="float: left">Y</div>
</body>
</html>

View File

@ -21,6 +21,7 @@ load 365909-2.xhtml
load 366128-1.xhtml
load 366967-1.html
load 367015-1.html
load 371681-1.xhtml
load 372237-1.html
load 372550-1.html
load 379799-1.html