summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/operator-dictionary-arabic-002-ref.html
blob: f72fdc8403719b0d07a283ad725975ce72dfe056 (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
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Stretching of Arabic operators (reference)</title>
    <link rel="stylesheet" href="./support/operator-dictionary-tests.css"/>
  </head>
  <body>

    <p>You should see two rectangles of width 3em and height 1em:</p>

    <p>
      <math>
        <munder>
          <mo stretchy="true">_</mo>
          <mspace width="3em"/>
        </munder>
      </math>
    </p>
    <p>
      <math>
        <munder>
          <mo stretchy="true">_</mo>
          <mspace width="3em"/>
        </munder>
      </math>
    </p>

  </body>
</html>