Bug 764996 - Reftests. r=karlt

This commit is contained in:
Cosmin Clapon 2013-05-29 19:26:41 -04:00
parent 533bbe8811
commit 4732784827
3 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head><title>Test direction: rtl</title></head>
<body>
<p>
math:
<math style="direction: rtl">
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
</math>
</p>
<p>
mrow:
<math>
<mrow style="direction: rtl">
<mi>z</mi>
<mtext>X</mtext>
<mtext>Y</mtext>
<mtext>Z</mtext>
<mi>a</mi>
</mrow>
</math>
</p>
<p>
mstyle(mathcolor=blue):
<math>
<mstyle mathcolor="blue" style="direction: rtl">
<mi>a</mi>
<mo>+</mo>
<mn>3</mo>
<mo>+</mo>
<mn>9</mn>
</mstyle>
</math>
</p>
</body>
</html>

View File

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head><title>Test direction: rtl</title></head>
<body>
<p>
math:
<math dir="rtl">
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
</math>
</p>
<p>
mrow:
<math>
<mrow dir="rtl">
<mi>z</mi>
<mtext>X</mtext>
<mtext>Y</mtext>
<mtext>Z</mtext>
<mi>a</mi>
</mrow>
</math>
</p>
<p>
mstyle(mathcolor=blue):
<math>
<mstyle mathcolor="blue" dir="rtl">
<mi>a</mi>
<mo>+</mo>
<mn>3</mo>
<mo>+</mo>
<mn>9</mn>
</mstyle>
</math>
</p>
</body>
</html>

View File

@ -7,6 +7,7 @@ fails == dir-6.html dir-6-ref.html
== dir-7.html dir-7-ref.html
fails == dir-8.html dir-8-ref.html
fails == dir-9.html dir-9-ref.html # Bug 787215
== dir-10.html dir-10-ref.html
skip-if(B2G) fails-if(smallScreen&&Android) fuzzy(255,200) == mirror-op-1.html mirror-op-1-ref.html
!= mirror-op-2.html mirror-op-2-ref.html
!= mirror-op-3.html mirror-op-3-ref.html