summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/op-dict-4-ref.html
blob: a501e45c8c8a23c280175671f2c4bb9062c61ee3 (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>