Add a crashtest
git-svn-id: svn://10.0.0.236/trunk@242412 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
22
mozilla/layout/base/crashtests/337066-1.xhtml
Normal file
22
mozilla/layout/base/crashtests/337066-1.xhtml
Normal 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 < 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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user