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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-visited/mathml-links-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <style>
     1.8 +      * { color: green; }
     1.9 +    </style>
    1.10 +  </head>
    1.11 +  <body>
    1.12 +    <math href="" display="block">
    1.13 +      <mi>x</mi>
    1.14 +      <mo>=</mo>
    1.15 +      <mfrac>
    1.16 +        <mrow>
    1.17 +          <msqrt>
    1.18 +            <mn>5</mn>
    1.19 +          </msqrt>
    1.20 +        </mrow>
    1.21 +        <mrow>
    1.22 +          <menclose
    1.23 +             notation="radical circle roundedbox updiagonalstrike downdiagonalstrike">
    1.24 +            <mn>2</mn>
    1.25 +          </menclose>
    1.26 +        </mrow>
    1.27 +      </mfrac>
    1.28 +      <mo>+</mo>
    1.29 +      <mfrac bevelled="true">
    1.30 +        <mn>2</mn>
    1.31 +        <mn>3</mn>
    1.32 +      </mfrac>
    1.33 +    </math>
    1.34 +  </body>
    1.35 +</html>

mercurial