summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/op-dict-4.html
blob: f847890aa703c0332a4159109e849b2efd288679 (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="match" href="op-dict-4-ref.html">
</head>
<body>
  <math>
    <mrow>
      <mo stretchy="true">(</mo>
      <mfrac>
        <mi>a</mi>
        <mi>b</mi>
      </mfrac>
      <mo stretchy="true">)</mo>
    </mrow>
  </math>
</body>
</html>