summaryrefslogtreecommitdiffstats
path: root/layout/mathml/tests/mathml_example_test.html
blob: 6eee75d013848d635c0d0b860f1cc5281fc6114a (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
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle scriptsizemultiplier="2">
    <msub>
      <mtext>O</mtext>
      <mtext>O</mtext>
    </msub>
    <msup>
      <mtext>O</mtext>
      <mtext>O</mtext>
    </msup>
    <msubsup>
      <mtext>O</mtext>
      <mtext>O</mtext>
      <mtext>O</mtext>
    </msubsup>
    <mmultiscripts>
      <mtext>O</mtext>
      <mtext>O</mtext>
      <mtext>O</mtext>
      <mprescripts/>
      <mtext>O</mtext>
      <mtext>O</mtext>
    </mmultiscripts>
  </mstyle>
</math>

<svg id="svgel">
</svg>