tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mathsize-attribute-legacy-values.html (909B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Legacy mathsize values</title>
      6    <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling">
      7    <link rel="help" href="https://w3c.github.io/mathml-core/#legacy-mathml-style-attributes">
      8    <meta name="assert" content="Verify that legacy values for mathsize have no effect.">
      9    <link rel="match" href="mathsize-attribute-legacy-values-ref.html">
     10    <script src="/mathml/support/feature-detection.js"></script>
     11  </head>
     12  <body>
     13    <p>Test passes if you see four "A" of equal size:</p>
     14    <math>
     15      <mtext>A</mtext>
     16      <mtext mathsize="small">A</mtext>
     17      <mtext mathsize="medium">A</mtext>
     18      <mtext mathsize="big">A</mtext>
     19    </math>
     20   <script src="/mathml/support/feature-detection.js"></script>
     21   <script>MathMLFeatureDetection.ensure_for_match_reftest("has_mathsize");</script>
     22  </body>
     23 </html>