summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/op-dict-5-ref.html
blob: b89697ade5753fbd9de847431208e0412b8095ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
  <title>op-dict stretchy</title>
</head>
<body>
  <math>
    <mrow>
      <mo stretchy="false"> ( </mo>
      <mfrac>
        <mi> a </mi>
        <mi> b </mi>
      </mfrac>
      <mo> ) </mo>
    </mrow>
  </math>
</body>
</html>