summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/mo-dynamic-mozilla-347348-ref.xhtml
blob: 0deb51d5f23c6810e43eee23401c474e74ae9959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
</head>

<body>

<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
  <mi>x</mi>
  <mo id="mo"></mo>
  <mi>y</mi>
  </mrow>
</math></div>

</body>
</html>