366564-1.xhtml (1057B)
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="test-wait"> 4 <head> 5 <script> 6 function boom1() 7 { 8 document.getElementById("mfenced3").appendChild(document.getElementById("div4")); 9 setTimeout(boom2, 30); 10 } 11 12 function boom2() 13 { 14 document.getElementById("sup1").appendChild(document.getElementById("mo2")); 15 document.documentElement.removeAttribute("class"); 16 } 17 18 </script> 19 </head> 20 21 <body onload="setTimeout(boom1, 30);"> 22 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> 29 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> 37 38 <div id="div4"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 39 <mo> ∫ </mo> 40 </math></div> 41 42 </body> 43 44 </html>