tenfourfox/layout/reftests/mathml/negative-mspace-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>