blob: ccf1ed995b7da811bd9fbd770c952e24533d118c (
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
|
<!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="1em" height="1em" mathbackground="red"></mspace>
<mspace width="1em" height="1em" mathbackground="blue"></mspace>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mspace width="1em" height="1em" mathbackground="blue"></mspace>
<mspace width="1em" height="1em" mathbackground="red"></mspace>
</mrow>
</math>
</p>
</body>
</html>
|