Bumping manifests a=b2g-bump
[gecko.git] / layout / mathml / crashtests / 366564-1.xhtml
bloba83e5a8fe0b5a67f65819ce6c2339b07a1fd1253
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()
8 document.getElementById("mfenced3").appendChild(document.getElementById("div4"));
9 setTimeout(boom2, 30);
12 function boom2()
14 document.getElementById("sup1").appendChild(document.getElementById("mo2"));
15 document.documentElement.removeAttribute("class");
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>