Add a crashtest

git-svn-id: svn://10.0.0.236/trunk@242412 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2008-01-05 05:11:27 +00:00
parent 828ee92bbf
commit 06edd0ea77
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