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