layout/reftests/mathml/dir-10-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head><title>Test direction: rtl</title></head>
michael@0 4 <body>
michael@0 5 <p>
michael@0 6 math:
michael@0 7 <math style="direction: rtl">
michael@0 8 <mi>a</mi>
michael@0 9 <mi>b</mi>
michael@0 10 <mi>c</mi>
michael@0 11 </math>
michael@0 12 </p>
michael@0 13
michael@0 14 <p>
michael@0 15 mrow:
michael@0 16 <math>
michael@0 17 <mrow style="direction: rtl">
michael@0 18 <mi>z</mi>
michael@0 19 <mtext>X</mtext>
michael@0 20 <mtext>Y</mtext>
michael@0 21 <mtext>Z</mtext>
michael@0 22 <mi>a</mi>
michael@0 23 </mrow>
michael@0 24 </math>
michael@0 25 </p>
michael@0 26
michael@0 27 <p>
michael@0 28 mstyle(mathcolor=blue):
michael@0 29 <math>
michael@0 30 <mstyle mathcolor="blue" style="direction: rtl">
michael@0 31 <mi>a</mi>
michael@0 32 <mo>+</mo>
michael@0 33 <mn>3</mo>
michael@0 34 <mo>+</mo>
michael@0 35 <mn>9</mn>
michael@0 36 </mstyle>
michael@0 37 </math>
michael@0 38 </p>
michael@0 39
michael@0 40 </body>
michael@0 41 </html>

mercurial