layout/reftests/bugs/345563-sub.xhtml

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" >
     3 <html xmlns="http://www.w3.org/1999/xhtml">
     5 <head>
     7 </head>
     9 <body>
    11 <p>
    12   <math xmlns="http://www.w3.org/1998/Math/MathML">
    13     <msub>
    14       <mi>x</mi>
    15       <mn>2</mn>
    16     </msub>
    17   </math>
    18 </p>
    20 </body>
    22 </html>

mercurial