summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/383129-1-inner.xhtml
blob: c4bcf95ae1f101cd8878e286a827be2617bb07fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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').remove();
  document.getElementById('c').remove();
}

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>