layout/reftests/css-visited/mathml-links.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.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <style>
     1.8 +      :link { color: red; }
     1.9 +      :visited { color: green; }
    1.10 +    </style>
    1.11 +  </head>
    1.12 +  <body>
    1.13 +    <math href="" display="block">
    1.14 +      <mi>x</mi>
    1.15 +      <mo>=</mo>
    1.16 +      <mfrac>
    1.17 +        <mrow>
    1.18 +          <msqrt>
    1.19 +            <mn>5</mn>
    1.20 +          </msqrt>
    1.21 +        </mrow>
    1.22 +        <mrow>
    1.23 +          <menclose
    1.24 +             notation="radical circle roundedbox updiagonalstrike downdiagonalstrike">
    1.25 +            <mn>2</mn>
    1.26 +          </menclose>
    1.27 +        </mrow>
    1.28 +      </mfrac>
    1.29 +      <mo>+</mo>
    1.30 +      <mfrac bevelled="true">
    1.31 +        <mn>2</mn>
    1.32 +        <mn>3</mn>
    1.33 +      </mfrac>
    1.34 +    </math>
    1.35 +  </body>
    1.36 +</html>

mercurial