layout/reftests/bugs/414123-ref.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 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3 <html xmlns="http://www.w3.org/1999/xhtml"
     4       xmlns:html="http://www.w3.org/1999/xhtml">
     5 <head>
     6   <title>Testcase for bug 414123</title>
     7 </head>
     8 <body>
    10 <math xmlns="http://www.w3.org/1998/Math/MathML">
    11      <msup>
    12       <mn mathvariant="italic">M</mn>
    13       <mn>2</mn>
    14      </msup>
    15 </math>
    17 <math xmlns="http://www.w3.org/1998/Math/MathML">
    18      <msup>
    19       <mn mathvariant="italic">M</mn>
    20       <mn>2</mn>
    21      </msup>
    22 </math>
    24 <math xmlns="http://www.w3.org/1998/Math/MathML">
    25      <msup>
    26       <mn mathvariant="italic">M</mn>
    27       <mn>2</mn>
    28      </msup>
    29 </math>
    31 </body>
    32 </html> 

mercurial