summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/op-dict-8-ref.html
blob: b51ce01f36e422f3d930869c8b78c2770841ed32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
  <title>op-dict lspace and rspace</title>
</head>
<body>
  <math>
    <mrow>
      <mi>x</mi><mo form="prefix" lspace="0.16666666666666666em" rspace="0em">&#x2202;</mo><mi>y</mi>
    </mrow>
  </math>
</body>
</html>