summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-002.html
blob: c5e426008f9f7517a858703416e84d17f78a4989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <title>mmultiscript with mprescripts</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-002-ref.html">
    <meta name="assert" content="mmultiscript with no scripts and a mprescripts child renders the same as if it had two none pre-scripts">
  </head>
  <body>
    <math>
      <mmultiscripts>
        <mtext>base</mtext>
        <mprescripts/>
      </mmultiscripts>
    </math>
  </body>
</html>