layout/mathml/crashtests/655451-1.xhtml

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:4b0abe652a85
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>

mercurial