Add reftest for the bug 650530; r=karlt

--HG--
extra : rebase_source : 229c1fc19b3aeedf6b7b1c8b348d90c9d1f9193c
This commit is contained in:
Jonathan Hage 2011-06-22 11:55:35 -04:00
Родитель 4a4bdf1e3a
Коммит d5d3ce91b5
3 изменённых файлов: 108 добавлений и 0 удалений

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

@ -0,0 +1,54 @@
<html>
<head></head>
<body>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativeveryverythinmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativeverythinmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativethinmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativemediummathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativethickmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativeverythickmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativeveryverythickmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
</body>
</html>

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

@ -0,0 +1,53 @@
<html>
<head></head>
<body>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.0555555556em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.111111111em"></mspace> <mi>y</mi>
</mrow>
</math>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.166666667em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.222222222em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.277777778em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.333333333em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.388888889em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
</body>
</html>

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

@ -60,3 +60,4 @@ fails == mstyle-5.xhtml mstyle-5-ref.xhtml # See bug 569125#c29
!= scale-stretchy-4.xhtml scale-stretchy-4-ref.xhtml
!= scale-stretchy-5.xhtml scale-stretchy-5-ref.xhtml
== math-as-mstyle-1.xhtml math-as-mstyle-1-ref.xhtml
== mathml-negativespace.html mathml-negativespace-ref.html