1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/345563-sub.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" > 1.5 + 1.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.7 + 1.8 +<head> 1.9 + 1.10 +</head> 1.11 + 1.12 +<body> 1.13 + 1.14 +<p> 1.15 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.16 + <msub> 1.17 + <mi>x</mi> 1.18 + <mn>2</mn> 1.19 + </msub> 1.20 + </math> 1.21 +</p> 1.22 + 1.23 +</body> 1.24 + 1.25 +</html>