layout/reftests/css-visited/mathml-links-ref.html

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 <!DOCTYPE HTML>
     2 <html>
     3   <head>
     4     <style>
     5       * { color: green; }
     6     </style>
     7   </head>
     8   <body>
     9     <math href="" display="block">
    10       <mi>x</mi>
    11       <mo>=</mo>
    12       <mfrac>
    13         <mrow>
    14           <msqrt>
    15             <mn>5</mn>
    16           </msqrt>
    17         </mrow>
    18         <mrow>
    19           <menclose
    20              notation="radical circle roundedbox updiagonalstrike downdiagonalstrike">
    21             <mn>2</mn>
    22           </menclose>
    23         </mrow>
    24       </mfrac>
    25       <mo>+</mo>
    26       <mfrac bevelled="true">
    27         <mn>2</mn>
    28         <mn>3</mn>
    29       </mfrac>
    30     </math>
    31   </body>
    32 </html>

mercurial