summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mo-lspace-rspace-4.html
blob: 6da529c2f918e98ab925b9ef934773702cb614ab (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
<!DOCTYPE html>
<html>
  <body>
    <p>
      <math>
        <mtext>_</mtext>
        <mfrac>
          <mo lspace="1em" rspace="2em">_</mo>
          <mtext>_</mtext>
        </mfrac>
        <mtext>_</mtext>
      </math>
    </p>

    <p>
      <math>
        <mtext>_</mtext>
        <mfrac bevelled="true">
          <mo lspace="1em" rspace="2em">_</mo>
          <mtext>_</mtext>
        </mfrac>
        <mtext>_</mtext>
      </math>
    </p>

  </body>
</html>