layout/mathml/crashtests/355986-1.xhtml

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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; 
    10 }
    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>

mercurial