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 | <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?> |
michael@0 | 2 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML" |
michael@0 | 3 | title="Testcase bug 356325 - Crash [@ nsCSSFrameConstructor::FindFrameWithContent] with tooltip, mathml:and and moving stuff in it"> |
michael@0 | 4 | <description value="This page should not crash Mozilla"/> |
michael@0 | 5 | <box id="y"> |
michael@0 | 6 | <box id="d"/> |
michael@0 | 7 | </box> |
michael@0 | 8 | <tooltip> |
michael@0 | 9 | <mathml:and id="x"/> |
michael@0 | 10 | </tooltip> |
michael@0 | 11 | |
michael@0 | 12 | <html:script> |
michael@0 | 13 | function doe() { |
michael@0 | 14 | document.getElementById('x').appendChild(document.getElementById('y')); |
michael@0 | 15 | document.getElementById('y').appendChild(document.getElementById('d')); |
michael@0 | 16 | } |
michael@0 | 17 | window.onload=doe; |
michael@0 | 18 | </html:script> |
michael@0 | 19 | |
michael@0 | 20 | </window> |