layout/reftests/mathml/mstyle-5.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mstyle-5.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     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 +<!-- The attributes below should no longer have effect on <mstyle>/<math>
    1.14 +     elements. See bug 838509 -->
    1.15 +
    1.16 +<math xmlns="http://www.w3.org/1998/Math/MathML" lquote="(" rquote=")">
    1.17 +  <mstyle lquote="(" rquote=")">
    1.18 +    <ms>text</ms>
    1.19 +  </mstyle>
    1.20 +</math>
    1.21 +
    1.22 +</body>
    1.23 +</html>

mercurial