Add more crashtests
This commit is contained in:
20
content/html/document/crashtests/399694-1.html
Normal file
20
content/html/document/crashtests/399694-1.html
Normal 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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user