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

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

  </body>
</html>