summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/op-dict-5.html
blob: 8c8260d4cdda835063ae35dae3e1e073102773b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
  <title>op-dict stretchy</title>
  <link rel="mismatch" href="op-dict-5-notref.html">
</head>
<body>
  <math>
    <mrow>
      <mo>(</mo>
      <mfrac>
        <mi>a</mi>
        <mi>b</mi>
      </mfrac>
      <mo>)</mo>
    </mrow>
  </math>
</body>
</html>