summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mstyle-5-ref.xhtml
blob: f4c895e127a746ea143b41b32109460e67b46a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>

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

</body>
</html>