-1:000000000000 | 0:a7b0caab0ec9 |
---|---|
1 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> | |
2 | |
3 <head> | |
4 | |
5 <script> | |
6 <![CDATA[ | |
7 | |
8 function init() | |
9 { | |
10 var k = document.getElementById("k"); | |
11 k.parentNode.removeChild(k); | |
12 document.documentElement.removeAttribute("class"); | |
13 } | |
14 | |
15 ]]> | |
16 </script> | |
17 | |
18 </head> | |
19 | |
20 <body onload="setTimeout(init, 30);"> | |
21 | |
22 <mo xmlns='http://www.w3.org/1998/Math/MathML'><mi id="k">z</mi></mo> | |
23 | |
24 </body> | |
25 </html> |