summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/negative-mspace-1.html
blob: b79b66f1511bcdea640969a67bf7fc1d5fa40917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
  <head>
    <title>negative mspace</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  </head>
  <body>
    <p>
      <math>
	<mrow>
	  <mspace width="2em" height="1em" mathbackground="red"></mspace>
	  <mspace width="-1em"/>
	  <mspace width="1em" height="1em" mathbackground="blue"></mspace>
	</mrow>
      </math>
    </p>
    <p>
      <math dir="rtl">
	<mrow>
	  <mspace width="2em" height="1em" mathbackground="red"></mspace>
	  <mspace width="-1em"/>
	  <mspace width="1em" height="1em" mathbackground="blue"></mspace>
	</mrow>
      </math>
    </p>
  </body>
</html>