Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / mathml / crashtests / 348709-1.xhtml
blob907ede6abb7ca66d82fd3bdebdb147d826cc9c11
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
4 <script>
5 function foo()
7 document.getElementById("mtr").appendChild(document.createTextNode("a"));
9 </script>
10 </head>
12 <body onload="foo()">
14 <div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
15 <mrow> <mfenced open="[" close="]"> <mtable> <mtr id="mtr"> <mtd><mi>x</mi></mtd> <mtd><mi>y</mi></mtd> </mtr> </mtable> </mfenced> </mrow>
16 </math></div>
18 </body>
20 </html>