mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
Bug 764996 - Reftests. r=karlt
This commit is contained in:
parent
533bbe8811
commit
4732784827
41
layout/reftests/mathml/dir-10-ref.html
Normal file
41
layout/reftests/mathml/dir-10-ref.html
Normal 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>
|
41
layout/reftests/mathml/dir-10.html
Normal file
41
layout/reftests/mathml/dir-10.html
Normal 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>
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user