mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
28 lines
626 B
HTML
28 lines
626 B
HTML
<!doctype>
|
|
<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>
|