Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE html>
2 <html>
3 <head><title>Test dir=rtl</title></head>
4 <body>
5 <p>
6 math:
7 <math dir="rtl">
8 <mspace width="25px" height="25px" mathbackground="red"/>
9 <mspace width="25px" height="25px" mathbackground="green"/>
10 <mspace width="25px" height="25px" mathbackground="blue"/>
11 </math>
12 </p>
14 <p>
15 mrow:
16 <math>
17 <mrow dir="rtl">
18 <mspace width="25px" height="25px" mathbackground="red"/>
19 <mspace width="25px" height="25px" mathbackground="green"/>
20 <mspace width="25px" height="25px" mathbackground="blue"/>
21 </mrow>
22 </math>
23 </p>
25 <p>
26 mstyle:
27 <math>
28 <mstyle dir="rtl">
29 <mspace width="25px" height="25px" mathbackground="red"/>
30 <mspace width="25px" height="25px" mathbackground="green"/>
31 <mspace width="25px" height="25px" mathbackground="blue"/>
32 </mstyle>
33 </math>
34 </p>
36 <p>
37 mpadded lspace="25px" width="150px":
38 <math dir="rtl">
39 <mspace width="1px" height="25px" mathbackground="black"/>
40 <mpadded lspace="25px" width="150px">
41 <mspace width="25px" height="25px" mathbackground="red"/>
42 <mspace width="25px" height="25px" mathbackground="green"/>
43 <mspace width="25px" height="25px" mathbackground="blue"/>
44 </mpadded>
45 <mspace width="1px" height="25px" mathbackground="black"/>
46 </math>
47 </p>
49 <p>
50 mfenced open="A" close="D" separators="BC":
51 <math dir="rtl">
52 <mfenced open="A" close="D" separators="BC">
53 <mtext>a</mtext>
54 <mtext>b</mtext>
55 <mtext>c</mtext>
56 </mfenced>
57 </math>
58 </p>
60 </body>
61 </html>