1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/mstyle-5-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<?xml version="1.0" encoding="us-ascii"?> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 +<head> 1.7 + <meta http-equiv="content-type" 1.8 + content="application/xhtml+xml; charset=us-ascii" /> 1.9 + <title>Test mstyle with lquote/rquote for ms</title> 1.10 +</head> 1.11 +<body> 1.12 + 1.13 +<math xmlns="http://www.w3.org/1998/Math/MathML"> 1.14 + <mstyle> 1.15 + <ms>text</ms> 1.16 + </mstyle> 1.17 +</math> 1.18 + 1.19 +</body> 1.20 +</html>