summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/op-dict-1.html
blob: cdfcca4a576147301fcd5869b99539bd440244cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <title>op-dict mo form</title>
  <link rel="mismatch" href="op-dict-1-notref.html">
</head>
<body>
  <math>
    <mrow>
      <mo form="infix">+</mo>
      <mn>1</mn>
    </mrow>
  </math>
</body>
</html>