Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML"> |
michael@0 | 2 | <title>Testcase bug - Crash [@ nsHTMLReflowState::GetNearestContainingBlock] with testcase using generated content, xbl and mathml</title> |
michael@0 | 3 | <bindings xmlns="http://www.mozilla.org/xbl"><binding id="a"> |
michael@0 | 4 | <content><children> |
michael@0 | 5 | <div xmlns="http://www.w3.org/1999/xhtml" style="position: absolute;"> |
michael@0 | 6 | <div style="position: absolute;"/> |
michael@0 | 7 | </div> |
michael@0 | 8 | </children></content> |
michael@0 | 9 | </binding></bindings> |
michael@0 | 10 | <style> |
michael@0 | 11 | mtable::after { content:"anonymous text"; } |
michael@0 | 12 | mtable::before { content:"before text"; } |
michael@0 | 13 | </style> |
michael@0 | 14 | |
michael@0 | 15 | <thead style="overflow: scroll;"> |
michael@0 | 16 | <mathml:mrow> |
michael@0 | 17 | <mathml:mtable> |
michael@0 | 18 | <tfoot style="-moz-binding: url(#a);" id="a_1"> |
michael@0 | 19 | <td style="-moz-binding: url(#a);"/> |
michael@0 | 20 | </tfoot> |
michael@0 | 21 | </mathml:mtable> |
michael@0 | 22 | <td id="a_2"/> |
michael@0 | 23 | </mathml:mrow> |
michael@0 | 24 | </thead> |
michael@0 | 25 | |
michael@0 | 26 | <script xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 27 | function doe() { |
michael@0 | 28 | document.getElementById('a_1').style.borderCollapse = ""; |
michael@0 | 29 | document.documentElement.offsetHeight; |
michael@0 | 30 | document.getElementById('a_2').parentNode.removeChild(document.getElementById('a_2')); |
michael@0 | 31 | } |
michael@0 | 32 | setTimeout(doe, 400); |
michael@0 | 33 | </script> |
michael@0 | 34 | </html> |