layout/base/crashtests/356325-1.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/356325-1.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
     1.5 +<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"
     1.6 +title="Testcase bug 356325 - Crash [@ nsCSSFrameConstructor::FindFrameWithContent] with tooltip, mathml:and and moving stuff in it">
     1.7 +<description value="This page should not crash Mozilla"/>
     1.8 +<box id="y">
     1.9 +  <box id="d"/>
    1.10 +</box>
    1.11 +<tooltip>
    1.12 +  <mathml:and id="x"/>
    1.13 +</tooltip>
    1.14 +
    1.15 +<html:script>
    1.16 +function doe() {
    1.17 +document.getElementById('x').appendChild(document.getElementById('y'));
    1.18 +document.getElementById('y').appendChild(document.getElementById('d'));
    1.19 +}
    1.20 +window.onload=doe;
    1.21 +</html:script>
    1.22 +
    1.23 +</window>
    1.24 \ No newline at end of file

mercurial