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

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 <!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