summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mstyle-5.xhtml
blob: 9d7c7f9158047aa5f2fa5f20daa8fc559edd2712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type"
  content="application/xhtml+xml; charset=us-ascii" />
  <title>Test mstyle with lquote/rquote for ms</title>
</head>
<body>

<!-- The attributes below should no longer have effect on <mstyle>/<math>
     elements. See bug 838509 -->

<math xmlns="http://www.w3.org/1998/Math/MathML" lquote="(" rquote=")">
  <mstyle lquote="(" rquote=")">
    <ms>text</ms>
  </mstyle>
</math>

</body>
</html>