Add a crashtest

This commit is contained in:
jruderman@hmc.edu 2008-01-04 21:11:27 -08:00
parent c448993369
commit 4e0944a22c
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function init()
{
var A = document.getElementById("A");
var B = document.getElementById("B");
for (var i = 0; i &lt; 2; ++i)
B.insertBefore(document.createElement("span"), A);
}
</script>
</head>
<body onload="init()">
<em id="B"><td></td><span id="A"><div></div></span></em>
</body>
</html>

View File

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