1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/383129-1-inner.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<treerow xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="zebra"> 1.5 +<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ 1.6 +function doe(){ 1.7 + document.getElementById('b').parentNode.removeChild(document.getElementById('b')); 1.8 + document.getElementById('c').parentNode.removeChild(document.getElementById('c')); 1.9 +} 1.10 + 1.11 +setTimeout(doe, 200); 1.12 +]]></script> 1.13 + 1.14 +<box id="a"/> 1.15 +<mtr xmlns="http://www.w3.org/1998/Math/MathML"> 1.16 +<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="zebra" id="c"/> 1.17 +</mtr> 1.18 +<box style="display: inline;" id="b"/> 1.19 + 1.20 +<style xmlns="http://www.w3.org/1999/xhtml"> 1.21 +#a { counter-reset: chicken 11 egg; } 1.22 +#b { counter-increment: chicken -1 egg; } 1.23 +*[class=zebra] { counter-increment: chicken 5; } 1.24 +</style> 1.25 +</treerow> 1.26 \ No newline at end of file