1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/414123-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml" 1.7 + xmlns:html="http://www.w3.org/1999/xhtml"> 1.8 +<head> 1.9 + <title>Testcase for bug 414123</title> 1.10 +</head> 1.11 +<body> 1.12 + 1.13 +<math xmlns="http://www.w3.org/1998/Math/MathML"> 1.14 + <msup> 1.15 + <mn mathvariant="italic">M</mn> 1.16 + <mn>2</mn> 1.17 + </msup> 1.18 +</math> 1.19 + 1.20 +<math xmlns="http://www.w3.org/1998/Math/MathML"> 1.21 + <msup> 1.22 + <mn mathvariant="italic">M</mn> 1.23 + <mn>2</mn> 1.24 + </msup> 1.25 +</math> 1.26 + 1.27 +<math xmlns="http://www.w3.org/1998/Math/MathML"> 1.28 + <msup> 1.29 + <mn mathvariant="italic">M</mn> 1.30 + <mn>2</mn> 1.31 + </msup> 1.32 +</math> 1.33 + 1.34 +</body> 1.35 +</html> 1.36 +