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