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 mfrac (numalign=left):
7 <math dir="rtl">
8 <mfrac numalign="left">
9 <mspace width="25px" height="25px" mathbackground="red"/>
10 <mspace width="75px" height="25px" mathbackground="green"/>
11 </mfrac>
12 </math>
13 </p>
15 <p>
16 mfrac (numalign=right):
17 <math dir="rtl">
18 <mfrac numalign="right">
19 <mspace width="25px" height="25px" mathbackground="red"/>
20 <mspace width="75px" height="25px" mathbackground="green"/>
21 </mfrac>
22 </math>
23 </p>
25 <p>
26 menclose:
27 <math dir="rtl">
28 <menclose>
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 </menclose>
33 </math>
34 </p>
36 <p>
37 menclose notation="left":
38 <math dir="rtl">
39 <menclose notation="left">
40 <mspace width="25px" height="25px" mathbackground="red"/>
41 <mspace width="25px" height="25px" mathbackground="green"/>
42 <mspace width="25px" height="25px" mathbackground="blue"/>
43 </menclose>
44 </math>
45 </p>
47 <p>
48 menclose notation="right":
49 <math dir="rtl">
50 <menclose notation="right">
51 <mspace width="25px" height="25px" mathbackground="red"/>
52 <mspace width="25px" height="25px" mathbackground="green"/>
53 <mspace width="25px" height="25px" mathbackground="blue"/>
54 </menclose>
55 </math>
56 </p>
58 <p>
59 menclose notation="updiagonalstrike":
60 <math dir="rtl">
61 <menclose notation="updiagonalstrike">
62 <mspace width="25px" height="25px" mathbackground="red"/>
63 <mspace width="25px" height="25px" mathbackground="green"/>
64 <mspace width="25px" height="25px" mathbackground="blue"/>
65 </menclose>
66 </math>
67 </p>
69 <p>
70 menclose notation="downdiagonalstrike":
71 <math dir="rtl">
72 <menclose notation="downdiagonalstrike">
73 <mspace width="25px" height="25px" mathbackground="red"/>
74 <mspace width="25px" height="25px" mathbackground="green"/>
75 <mspace width="25px" height="25px" mathbackground="blue"/>
76 </menclose>
77 </math>
78 </p>
80 </body>
81 </html>