summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001-ref.html
blob: d814944f5317cfbb91107f4cd0441bbca2ae3e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>mmultiscript with no scripts (reference)</title>
  </head>
  <body>
    <math>
      <mmultiscripts>
        <mtext>base</mtext>
        <none/>
        <none/>
      </mmultiscripts>
    </math>
  </body>
</html>