Add a crashtest

git-svn-id: svn://10.0.0.236/trunk@250653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2008-04-23 04:04:55 +00:00
parent 72f2339ffb
commit a6a4a5d64d
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()
{
document.getElementById("xulwin").appendChild(document.getElementById("sss"));
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 10)">
<span id="sss"><tr><td style="position: absolute;">td</td></tr></span>
<window id="xulwin" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"></window>
</body>
</html>

View File

@@ -27,6 +27,7 @@ load 359371-2.html
load 363848-1.xhtml
load 364407-1.html
load 364686-1.xhtml
load 366021-1.xhtml
load 366667-1.html
load 366952-1.html
load 368330-1.html