Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 <!DOCTYPE html>
2 <html>
3 <head><title>Test dir=rtl</title></head>
4 <body>
5 <p>
6 mfrac (numalign=left):
7 <math>
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>
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>
28 <menclose>
29 <mspace width="25px" height="25px" mathbackground="blue"/>
30 <mspace width="25px" height="25px" mathbackground="green"/>
31 <mspace width="25px" height="25px" mathbackground="red"/>
32 </menclose>
33 </math>
34 </p>
36 <p>
37 menclose notation="left":
38 <math>
39 <menclose notation="left">
40 <mspace width="25px" height="25px" mathbackground="blue"/>
41 <mspace width="25px" height="25px" mathbackground="green"/>
42 <mspace width="25px" height="25px" mathbackground="red"/>
43 </menclose>
44 </math>
45 </p>
47 <p>
48 menclose notation="right":
49 <math>
50 <menclose notation="right">
51 <mspace width="25px" height="25px" mathbackground="blue"/>
52 <mspace width="25px" height="25px" mathbackground="green"/>
53 <mspace width="25px" height="25px" mathbackground="red"/>
54 </menclose>
55 </math>
56 </p>
58 <p>
59 menclose notation="updiagonalstrike":
60 <math>
61 <menclose notation="updiagonalstrike">
62 <mspace width="25px" height="25px" mathbackground="blue"/>
63 <mspace width="25px" height="25px" mathbackground="green"/>
64 <mspace width="25px" height="25px" mathbackground="red"/>
65 </menclose>
66 </math>
67 </p>
69 <p>
70 menclose notation="downdiagonalstrike":
71 <math>
72 <menclose notation="downdiagonalstrike">
73 <mspace width="25px" height="25px" mathbackground="blue"/>
74 <mspace width="25px" height="25px" mathbackground="green"/>
75 <mspace width="25px" height="25px" mathbackground="red"/>
76 </menclose>
77 </math>
78 </p>
80 </body>
81 </html>