Add more crashtests

This commit is contained in:
Jesse Ruderman
2009-10-15 14:22:11 -07:00
parent 627e7928b3
commit b9526ea245
11 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script>
function boom()
{
var legend = document.createElementNS("http://www.w3.org/1999/xhtml", "legend")
var input = document.getElementById("input");
input.appendChild(legend);
legend.focus();
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 3);" contenteditable="true">
<input contenteditable="false"><input id="input"><q><div></div></q>
</body>
</html>

View File

@@ -4,6 +4,7 @@ skip load 353713-1.html # Bug 469626
load 378993-1.xhtml
load 388183-1.html
load 395340-1.html
load 399694-1.html
load 407053.html
load 448564.html
load 468562-1.html