layout/reftests/mathml/dir-6-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 dir=rtl</title></head>
michael@0 4 <body>
michael@0 5
michael@0 6 <p>
michael@0 7 mtable:
michael@0 8 <math>
michael@0 9 <mtable>
michael@0 10 <mtr>
michael@0 11 <mtd>
michael@0 12 <mtext>c</mtext>
michael@0 13 </mtd>
michael@0 14 <mtd>
michael@0 15 <mtext>b</mtext>
michael@0 16 </mtd>
michael@0 17 <mtd>
michael@0 18 <mtext>a</mtext>
michael@0 19 </mtd>
michael@0 20 </mtr>
michael@0 21 <mtr>
michael@0 22 <mtd>
michael@0 23 <mtext>f</mtext>
michael@0 24 </mtd>
michael@0 25 <mtd>
michael@0 26 <mtext>e</mtext>
michael@0 27 </mtd>
michael@0 28 <mtd>
michael@0 29 <mtext>d</mtext>
michael@0 30 </mtd>
michael@0 31 </mtr>
michael@0 32 </mtable>
michael@0 33 </math>
michael@0 34 </p>
michael@0 35
michael@0 36 <p>
michael@0 37 mtable:
michael@0 38 <math>
michael@0 39 <mtable frame="solid">
michael@0 40 <mtr>
michael@0 41 <mtd>
michael@0 42 <mtext>c</mtext>
michael@0 43 </mtd>
michael@0 44 <mtd>
michael@0 45 <mtext>b</mtext>
michael@0 46 </mtd>
michael@0 47 <mtd>
michael@0 48 <mtext>a</mtext>
michael@0 49 </mtd>
michael@0 50 </mtr>
michael@0 51 <mtr>
michael@0 52 <mtd>
michael@0 53 <mtext>f</mtext>
michael@0 54 </mtd>
michael@0 55 <mtd>
michael@0 56 <mtext>e</mtext>
michael@0 57 </mtd>
michael@0 58 <mtd>
michael@0 59 <mtext>d</mtext>
michael@0 60 </mtd>
michael@0 61 </mtr>
michael@0 62 </mtable>
michael@0 63 </math>
michael@0 64 </p>
michael@0 65
michael@0 66 </body>
michael@0 67 </html>

mercurial