layout/mathml/crashtests/366564-1.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <?xml version='1.0' encoding='utf-8'?>
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" >
     3 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
     4 <head>
     5 <script>
     6 function boom1()
     7 {
     8   document.getElementById("mfenced3").appendChild(document.getElementById("div4"));
     9   setTimeout(boom2, 30);
    10 }
    12 function boom2()
    13 {
    14   document.getElementById("sup1").appendChild(document.getElementById("mo2"));
    15   document.documentElement.removeAttribute("class");
    16 }
    18 </script>
    19 </head>
    21 <body onload="setTimeout(boom1, 30);">
    23 <div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
    24   <msup id="sup1">
    25     <mi>b</mi>
    26     <mn>2</mn>
    27   </msup>
    28 </math></div>
    30 <div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
    31   <mi>j</mi>
    32   <mo id="mo2">=</mo>
    33   <mfenced id="mfenced3" open="[" close="]">
    34     <mn>55</mn>
    35   </mfenced>
    36 </math></div>
    38 <div id="div4"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
    39   <mo> &int; </mo>
    40 </math></div>
    42 </body>
    44 </html>

mercurial