summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/345563-sub.xhtml
blob: 0d777528b951f97dc30e1e5089daca5ad9437b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" >

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

</head>

<body>

<p>
  <math xmlns="http://www.w3.org/1998/Math/MathML">
    <msub>
      <mi>x</mi>
      <mn>2</mn>
    </msub>
  </math>
</p>

</body>

</html>