Thu, 15 Jan 2015 15:55:04 +0100
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 | <p> |
michael@0 | 6 | math: |
michael@0 | 7 | <math dir="rtl"> |
michael@0 | 8 | <mspace width="25px" height="25px" mathbackground="red"/> |
michael@0 | 9 | <mspace width="25px" height="25px" mathbackground="green"/> |
michael@0 | 10 | <mspace width="25px" height="25px" mathbackground="blue"/> |
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 dir="rtl"> |
michael@0 | 18 | <mspace width="25px" height="25px" mathbackground="red"/> |
michael@0 | 19 | <mspace width="25px" height="25px" mathbackground="green"/> |
michael@0 | 20 | <mspace width="25px" height="25px" mathbackground="blue"/> |
michael@0 | 21 | </mrow> |
michael@0 | 22 | </math> |
michael@0 | 23 | </p> |
michael@0 | 24 | |
michael@0 | 25 | <p> |
michael@0 | 26 | mstyle: |
michael@0 | 27 | <math> |
michael@0 | 28 | <mstyle dir="rtl"> |
michael@0 | 29 | <mspace width="25px" height="25px" mathbackground="red"/> |
michael@0 | 30 | <mspace width="25px" height="25px" mathbackground="green"/> |
michael@0 | 31 | <mspace width="25px" height="25px" mathbackground="blue"/> |
michael@0 | 32 | </mstyle> |
michael@0 | 33 | </math> |
michael@0 | 34 | </p> |
michael@0 | 35 | |
michael@0 | 36 | <p> |
michael@0 | 37 | mpadded lspace="25px" width="150px": |
michael@0 | 38 | <math dir="rtl"> |
michael@0 | 39 | <mspace width="1px" height="25px" mathbackground="black"/> |
michael@0 | 40 | <mpadded lspace="25px" width="150px"> |
michael@0 | 41 | <mspace width="25px" height="25px" mathbackground="red"/> |
michael@0 | 42 | <mspace width="25px" height="25px" mathbackground="green"/> |
michael@0 | 43 | <mspace width="25px" height="25px" mathbackground="blue"/> |
michael@0 | 44 | </mpadded> |
michael@0 | 45 | <mspace width="1px" height="25px" mathbackground="black"/> |
michael@0 | 46 | </math> |
michael@0 | 47 | </p> |
michael@0 | 48 | |
michael@0 | 49 | <p> |
michael@0 | 50 | mfenced open="A" close="D" separators="BC": |
michael@0 | 51 | <math dir="rtl"> |
michael@0 | 52 | <mfenced open="A" close="D" separators="BC"> |
michael@0 | 53 | <mtext>a</mtext> |
michael@0 | 54 | <mtext>b</mtext> |
michael@0 | 55 | <mtext>c</mtext> |
michael@0 | 56 | </mfenced> |
michael@0 | 57 | </math> |
michael@0 | 58 | </p> |
michael@0 | 59 | |
michael@0 | 60 | </body> |
michael@0 | 61 | </html> |