Bug 717546 - Add reftest. r=karlt

This commit is contained in:
Frédéric Wang 2013-04-17 07:47:09 -04:00
Родитель 73d60bbe9f
Коммит 1c5cea6056
3 изменённых файлов: 53 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,25 @@
<!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="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>

Просмотреть файл

@ -0,0 +1,27 @@
<!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>

Просмотреть файл

@ -97,6 +97,7 @@ fails == mstyle-5.xhtml mstyle-5-ref.xhtml # Bug 787215
== mfrac-linethickness-2.xhtml mfrac-linethickness-2-ref.xhtml
== mfrac-linethickness-3.xhtml mfrac-linethickness-3-ref.xhtml
== mathml-negativespace.html mathml-negativespace-ref.html
== negative-mspace-1.html negative-mspace-1-ref.html
!= link-1.xhtml link-ref.xhtml
== munderover-empty-scripts.html munderover-empty-scripts-ref.html
== positive-namedspace.html positive-namedspace-ref.html