Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / mathml / crashtests / 355986-1.xhtml
blobd2736cf7313d914db60c87521bb8b27e00713287
1 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <style>
7 body * {
8 display: table-footer-group;
9 overflow: -moz-scrollbars-vertical;
12 </style>
13 </head>
17 <body onload="document.getElementById('eee').style.display = 'inline';">
22 <div id="eee">
23 <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
24 <mtable>
25 <mtr>
26 <mtd><mi>x</mi></mtd>
27 </mtr>
28 </mtable>
29 </math>
30 </div>
33 </body>
34 </html>