655451-1.xhtml (465B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <script> 4 5 function boom() 6 { 7 document.documentElement.style.fontStyle = "oblique"; 8 var c = document.getElementById("c"); 9 c.parentNode.removeChild(c); 10 } 11 12 </script> 13 </head> 14 <body onload="boom();"><math xmlns="http://www.w3.org/1998/Math/MathML"><frameset xmlns="http://www.w3.org/1999/xhtml"></frameset><msubsup id="c"/><mo><frameset xmlns="http://www.w3.org/1999/xhtml"></frameset></mo></math>x</body> 15 </html>