summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html
blob: e55a04e12864577004fe1cbfc2201bc91db4bb7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <title>mmultiscript with no scripts</title>
    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
    <link rel="help" href="https://w3c.github.io/mathml-core/#base-with-prescripts-and-postscripts">
    <link rel="match" href="mmultiscript-001-ref.html">
    <meta name="assert" content="mmultiscript with no scripts renders the same as if it had two none post-scripts">
  </head>
  <body>
    <math>
      <mmultiscripts>
        <mtext>base</mtext>
      </mmultiscripts>
    </math>
  </body>
</html>