layout/base/crashtests/369945-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/369945-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,42 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml"
     1.5 +      xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     1.6 +      class="reftest-wait">
     1.7 +
     1.8 +<head>
     1.9 +<script>
    1.10 +
    1.11 +function boom()
    1.12 +{
    1.13 +  z = document.getElementById("z");
    1.14 +  p = z.parentNode;
    1.15 +  p.appendChild(z);
    1.16 +  
    1.17 +  document.documentElement.removeAttribute("class");
    1.18 +}
    1.19 +
    1.20 +</script>
    1.21 +
    1.22 +</head>
    1.23 +
    1.24 +<body onload="setTimeout(boom, 10)">
    1.25 +
    1.26 +<p>
    1.27 +  <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">
    1.28 +    <mi>x
    1.29 +      <xul:scrollbar>
    1.30 +        <xul:hbox>
    1.31 +          <xul:hbox id="z">
    1.32 +            <mfrac>
    1.33 +              <mn>1</mn>
    1.34 +              <mn>2</mn>
    1.35 +            </mfrac>
    1.36 +          </xul:hbox>
    1.37 +        </xul:hbox>
    1.38 +      </xul:scrollbar>
    1.39 +    </mi>
    1.40 +  </math>
    1.41 +</p>
    1.42 +
    1.43 +</body>
    1.44 +
    1.45 +</html>

mercurial