summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/op-dict-4.html
blob: 95e6b57a688313abfb49b3e140b5417bd3362290 (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="true"> ( </mo>
      <mfrac>
        <mi> a </mi>
        <mi> b </mi>
      </mfrac>
      <mo stretchy="true"> ) </mo>
    </mrow>
  </math>
</body>
</html>