layout/reftests/bugs/414123-ref.xhtml

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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