Add crashtest

This commit is contained in:
jruderman@hmc.edu 2008-01-06 15:01:26 -08:00
parent b04d60aa55
commit a08f5e3db1
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script>
function boom()
{
var marquee = document.getElementById("marquee");
var span = document.getElementById("span");
marquee.appendChild(span);
marquee.removeChild(span);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
<marquee id="marquee" />
<span id="span"><div>Foo</div><textarea/></span>
</body>
</html>

View File

@ -16,6 +16,7 @@ load 345837-1.xhtml
load 354645-1.xul
load 366200-1.xhtml
load 369216-1.html
load 371466-1.xhtml
load 386000-1.html
load 386794-1.html
load 399712-1.html