summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/embellished-op-5-1.html
blob: 1a494b83c9df7e0181f2c4783d8b254a55e3964c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <head>
    <title>embellished operators 5: vertical stretchy operator</title>
  </head>

  <body>
    <div>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
        <mrow>
          <mrow>
            <msub>
              <mo>|</mo>
              <mspace/>
            </msub>
          </mrow>
          <mspace height="30px" depth="30px"/>
        </mrow>
      </math>
    </div>
  </body>
</html>