summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/direction/direction-008-ref.html
blob: 492fa9539ae83285940b44f9463e1439c54705cf (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>
  <head>
    <meta charset="utf-8"/>
    <title>embellished mfrac (lspace=1em rspace=2em)</title>
    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
    <style>
      math, math * {
          font: 25px/1 Ahem;
      }
    </style>
  </head>
  <body>

    <p>
      <math>
        <mtext>p</mtext>
        <mfrac>
          <mo lspace="2em" rspace="1em">X</mo>
          <mtext>É</mtext>
        </mfrac>
        <mtext>p</mtext>
      </math>
    </p>

  </body>
</html>