layout/mathml/crashtests/355986-1.xhtml

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     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