Add crashtest
git-svn-id: svn://10.0.0.236/trunk@241634 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b0916e2568
commit
88ebf965f5
37
mozilla/layout/base/crashtests/367243-1.html
Normal file
37
mozilla/layout/base/crashtests/367243-1.html
Normal file
@ -0,0 +1,37 @@
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
|
||||
<style id="style">
|
||||
.ch1 { counter-increment: chicken; }
|
||||
</style>
|
||||
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.getElementsByTagName("ol")[0].setAttribute("class", "wtf");
|
||||
document.getElementById("style").textContent = ".ch2 { counter-increment: chicken; }";
|
||||
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="setTimeout(boom, 30);">
|
||||
|
||||
|
||||
<ol>
|
||||
<li class="ch1">item</li>
|
||||
<li>item
|
||||
<ol>
|
||||
<li class="ch2">item</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<ol class="ch2">
|
||||
<li>item</li>
|
||||
</ol>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -33,6 +33,7 @@ load 365909-2.xhtml
|
||||
load 366128-1.xhtml
|
||||
load 366967-1.html
|
||||
load 367015-1.html
|
||||
load 367243-1.html
|
||||
load 371681-1.xhtml
|
||||
load 372237-1.html
|
||||
load 372550-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user