Add crashtests for two related bugs whose bug numbers happen to be permutations of each other.

This commit is contained in:
jruderman@hmc.edu 2008-01-04 21:43:47 -08:00
Родитель 24796af0e8
Коммит 7c5431fcb4
3 изменённых файлов: 35 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,12 @@
<html>
<head>
<title>Testcase bug 334602 - ASSERTION: Reparenting something that has no usable parent? Shouldn't happen!: 'Not Reached'</title>
<style>
html::first-line { }
html::before { content:"This should not give an assertion in Mozilla";}
</style>
</head>
<body>
</body>
</html>

Просмотреть файл

@ -0,0 +1,21 @@
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<style id="sty">
html::before {
content: "before text";
float: right;
}
</style>
<script>
function boom()
{
var sty = document.getElementById("sty");
sty.appendChild(document.createTextNode(" "));
document.documentElement.removeAttribute("class");
}
setTimeout(boom, 30);
</script>
</html>

Просмотреть файл

@ -11,10 +11,12 @@ load 331284-1.xhtml
load 334105-1.xhtml
load 334147-1.xhtml
load 334148-1.xhtml
load 334602-1.html
load 337412-1.html
load 337883-1.html
load 337883-2.html
load 342322-1.html
load 343206-1.xhtml
load 348991-1.xhtml
load 359371-1.html
load 359371-2.html