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