bug 383129 - crash test by Martijn Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:19 -07:00
Родитель 2033414fc0
Коммит 0c6e82ad63
3 изменённых файлов: 32 добавлений и 0 удалений

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

@ -0,0 +1,22 @@
<treerow xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="zebra">
<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
function doe(){
document.getElementById('b').parentNode.removeChild(document.getElementById('b'));
document.getElementById('c').parentNode.removeChild(document.getElementById('c'));
}
setTimeout(doe, 200);
]]></script>
<box id="a"/>
<mtr xmlns="http://www.w3.org/1998/Math/MathML">
<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="zebra" id="c"/>
</mtr>
<box style="display: inline;" id="b"/>
<style xmlns="http://www.w3.org/1999/xhtml">
#a { counter-reset: chicken 11 egg; }
#b { counter-increment: chicken -1 egg; }
*[class=zebra] { counter-increment: chicken 5; }
</style>
</treerow>

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

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 500);
</script>
<body>
<iframe src="383129-1-inner.xhtml"></iframe>
</body>
</html>

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

@ -142,6 +142,7 @@ load 379920-2.svg
load 380096-1.html
load 382204-1.html
load 383102-1.xhtml
load 383129-1.html
load 383806-1.xhtml
load 384392-1.xhtml
load 384392-2.svg