summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/mo-lspace-rspace-4-ref.html
blob: ab4c08dde1e5a4b6da0b66bd06909514c7ad3555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <title>mo-lspace-rspace-4 (reference)</title>
  </head>
  <body>
    <p>
      <math>
        <mtext>_</mtext>
        <mrow>
          <mfrac>
            <mo lspace="1em" rspace="2em">_</mo>
            <mtext>_</mtext>
          </mfrac>
        </mrow>
        <mtext>_</mtext>
      </math>
    </p>
  </body>
</html>