Reftest for bug 662756. r=karlt

This commit is contained in:
Frédéric Wang 2012-06-26 15:43:02 -07:00
Родитель 4853dfd9c9
Коммит 89736bf22a
3 изменённых файлов: 83 добавлений и 0 удалений

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

@ -0,0 +1,43 @@
<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
<!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80: -->
<!DOCTYPE html>
<html>
<head>
<title>mo-lspace-rspace</title>
</head>
<body>
<p>
<!-- not in the operator dictionary -->
<math>
<mtext>_</mtext>
<mspace width="thickmathspace" height="0" depth="0"></mspace>
<mtext>MO</mtext>
<mspace width="thickmathspace" height="0" depth="0"></mspace>
<mtext>_</mtext>
</math>
</p>
<p>
<!-- operator.\u223F.infix = lspace:3 rspace:3 # sine wave -->
<math>
<mtext>_</mtext>
<mspace width="thinmathspace" height="0" depth="0"></mspace>
<mtext>&#x0223F;</mtext>
<mspace width="thinmathspace" height="0" depth="0"></mspace>
<mtext>_</mtext>
</math>
</p>
<p>
<!-- Invisible operator -->
<math>
<mtext>_</mtext>
<mtext>&#x02061;</mtext>
<mtext>_</mtext>
</math>
</p>
</body>
</html>

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

@ -0,0 +1,39 @@
<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
<!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80: -->
<!DOCTYPE html>
<html>
<head>
<title>mo-lspace-rspace</title>
</head>
<body>
<p>
<!-- not in the operator dictionary -->
<math>
<mtext>_</mtext>
<mo>MO</mo>
<mtext>_</mtext>
</math>
</p>
<p>
<!-- operator.\u223F.infix = lspace:3 rspace:3 # sine wave -->
<math>
<mtext>_</mtext>
<mo>&#x0223F;</mo>
<mtext>_</mtext>
</math>
</p>
<p>
<!-- Invisible operator -->
<math>
<mtext>_</mtext>
<mo>&#x02061;</mo>
<mtext>_</mtext>
</math>
</p>
</body>
</html>

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

@ -101,4 +101,5 @@ fails == mstyle-5.xhtml mstyle-5-ref.xhtml # See bug 569125#c29
== maction-dynamic-embellished-op.html maction-dynamic-embellished-op-ref.html
== maction-dynamic-1.html maction-dynamic-1-ref.html
== maction-dynamic-2.html maction-dynamic-2-ref.html
== mo-lspace-rspace.html mo-lspace-rspace-ref.html
== maction-dynamic-3.html maction-dynamic-3-ref.html