summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/tokens/ms-001.html
blob: abac0c8b2ea3ee1a95057a8d8648440f3858bf84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>ms legacy lquote and rquote attributes</title>
    <link rel="help" href="https://w3c.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
    <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling">
    <link rel="help" href="https://w3c.github.io/mathml-core/#string-literal-ms">
    <meta name="assert" content="Verify that legacy lquote and rquote attributes are ignored on the ms element.">
    <link rel="match" href="ms-001-ref.html">
    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
    <style>
      math {
          font: 25px/1 Ahem;
      }
    </style>
  </head>
  <body>

    <p>
      <math>
        <ms lquote="É" rquote="p">X</ms>
      </math>
    </p>

   <script src="/mathml/support/feature-detection.js"></script>
   <script>MathMLFeatureDetection.ensure_for_match_reftest("has_ms");</script>

  </body>
</html>