summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/op-dict-1.html
blob: 80e57e48cab0c31fd68dc03b609672e9101981e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <title>op-dict mo form</title>
</head>
<body>
  <math>
    <mrow>
      <mo form="infix">+</mo>
      <mn>1</mn>
    </mrow>
  </math>
</body>
</html>