mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Add a crashtest
This commit is contained in:
parent
c448993369
commit
4e0944a22c
22
layout/base/crashtests/337066-1.xhtml
Normal file
22
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
|
||||
|
Loading…
Reference in New Issue
Block a user