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 direction: dynamic change</title></head>
4 <body>
6 <p>
7 math:
8 <math dir="rtl">
9 <mi>a</mi>
10 <mi>b</mi>
11 <mi>c</mi>
12 </math>
13 <math dir="rtl">
14 <mi>a</mi>
15 <mi>b</mi>
16 <mi>c</mi>
17 </math>
18 <math>
19 <mi>a</mi>
20 <mi>b</mi>
21 <mi>c</mi>
22 </math>
23 </p>
25 <p>
26 mstyle:
27 <math>
28 <mstyle dir="rtl">
29 <mi>a</mi>
30 <mi>b</mi>
31 <mi>c</mi>
32 </mstyle>
33 </math>
34 <math>
35 <mstyle dir="rtl">
36 <mi>a</mi>
37 <mi>b</mi>
38 <mi>c</mi>
39 </mstyle>
40 </math>
41 <math>
42 <mstyle>
43 <mi>a</mi>
44 <mi>b</mi>
45 <mi>c</mi>
46 </mstyle>
47 </math>
48 </p>
50 <p>
51 mrow:
52 <math>
53 <mrow dir="rtl">
54 <mi>a</mi>
55 <mi>b</mi>
56 <mi>c</mi>
57 </mrow>
58 </math>
59 <math>
60 <mrow dir="rtl">
61 <mi>a</mi>
62 <mi>b</mi>
63 <mi>c</mi>
64 </mrow>
65 </math>
66 <math>
67 <mrow>
68 <mi>a</mi>
69 <mi>b</mi>
70 <mi>c</mi>
71 </mrow>
72 </math>
73 </p>
75 </body>
76 </html>