Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script>
5 function boom()
6 {
7 document.documentElement.style.fontStyle = "oblique";
8 var c = document.getElementById("c");
9 c.parentNode.removeChild(c);
10 }
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>