f2c8ecee856e1cde802309939b3ede346382207f
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / editing / selection / move-left-right-expected.txt
1 Test 1, LTR:
2   Moving right: "\n        abc\n    "[9, 10, 11, 12]
3   Moving left:  "\n        abc\n    "[12, 11, 10, 9]
4 Test 1, RTL:
5   Moving left: "\n        abc\n    "[9, 11, 10, 12]
6   Moving right:  "\n        abc\n    "[12, 10, 11, 9]
7 Test 2, LTR:
8   Moving right: "\n        ABC\n    "[9, 11, 10, 12]
9   Moving left:  "\n        ABC\n    "[12, 10, 11, 9]
10 Test 2, RTL:
11   Moving left: "\n        ABC\n    "[9, 10, 11, 12]
12   Moving right:  "\n        ABC\n    "[12, 11, 10, 9]
13 Test 3, LTR:
14   Moving right: <DIV>[0], "abc\n    "[0, 1, 2, 3]
15 WARNING: Moved in the wrong direction in step 1: from (37, 81) to (37, 100).
16   Moving left:  "abc\n    "[3, 2, 1, 0], <DIV>[0]
17 WARNING: Moved in the wrong direction in step 4: from (37, 100) to (37, 81).
18 Test 3, RTL:
19   Moving left: <DIV>[0], "abc\n    "[0, 2, 1, 3]
20 WARNING: Moved in the wrong direction in step 1: from (767, 81) to (767, 100).
21 WARNING: Moved in the wrong direction in step 3: from (753, 100) to (767, 100).
22   Moving right:  "abc\n    "[3, 1, 2, 0], <DIV>[0]
23 WARNING: Moved in the wrong direction in step 2: from (767, 100) to (753, 100).
24 WARNING: Moved in the wrong direction in step 4: from (767, 100) to (767, 81).
25 Test 4, LTR:
26   Moving right: <DIV>[0], "ABC\n    "[0, 2, 1, 3]
27 WARNING: Moved in the wrong direction in step 1: from (37, 135) to (37, 154).
28 WARNING: Moved in the wrong direction in step 3: from (49, 154) to (37, 154).
29   Moving left:  "ABC\n    "[3, 1, 2, 0], <DIV>[0]
30 WARNING: Moved in the wrong direction in step 2: from (37, 154) to (49, 154).
31 WARNING: Moved in the wrong direction in step 4: from (37, 154) to (37, 135).
32 Test 4, RTL:
33   Moving left: <DIV>[0], "ABC\n    "[0, 1, 2, 3]
34 WARNING: Moved in the wrong direction in step 1: from (767, 135) to (767, 154).
35   Moving right:  "ABC\n    "[3, 2, 1, 0], <DIV>[0]
36 WARNING: Moved in the wrong direction in step 4: from (767, 154) to (767, 135).
37 Test 5, LTR:
38   Moving right: "\n        abcABCdef\n    "[9, 10, 11, 12, 14, 13, 15, 16, 17, 18]
39   Moving left:  "\n        abcABCdef\n    "[18, 17, 16, 15, 13, 14, 12, 11, 10, 9]
40 Test 5, RTL:
41   Moving left: "\n        abcABCdef\n    "[9, 11, 10, 12, 13, 14, 15, 17, 16, 18]
42   Moving right:  "\n        abcABCdef\n    "[18, 16, 17, 15, 14, 13, 12, 10, 11, 9]
43 Test 6, LTR:
44   Moving right: "\n        ABCabcDEF\n    "[9, 11, 10, 12, 13, 14, 15, 17, 16, 18]
45   Moving left:  "\n        ABCabcDEF\n    "[18, 16, 17, 15, 14, 13, 12, 10, 11, 9]
46 Test 6, RTL:
47   Moving left: "\n        ABCabcDEF\n    "[9, 10, 11, 12, 14, 13, 15, 16, 17, 18]
48   Moving right:  "\n        ABCabcDEF\n    "[18, 17, 16, 15, 13, 14, 12, 11, 10, 9]
49 Test 7, LTR:
50   Moving right: "\n        abcABCDEF\n    "[9, 10, 11, 12, 17, 16, 15, 14, 13, 18]
51   Moving left:  "\n        abcABCDEF\n    "[18, 13, 14, 15, 16, 17, 12, 11, 10, 9]
52 Test 7, RTL:
53   Moving left: "\n        abcABCDEF\n    "[9, 11, 10, 12, 13, 14, 15, 16, 17, 18]
54   Moving right:  "\n        abcABCDEF\n    "[18, 17, 16, 15, 14, 13, 12, 10, 11, 9]
55 Test 8, LTR:
56   Moving right: "\n        ABCabcdef\n    "[9, 11, 10, 12, 13, 14, 15, 16, 17, 18]
57   Moving left:  "\n        ABCabcdef\n    "[18, 17, 16, 15, 14, 13, 12, 10, 11, 9]
58 Test 8, RTL:
59   Moving left: "\n        ABCabcdef\n    "[9, 10, 11, 12, 17, 16, 15, 14, 13, 18]
60   Moving right:  "\n        ABCabcdef\n    "[18, 13, 14, 15, 16, 17, 12, 11, 10, 9]
61 Test 9, LTR:
62   Moving right: "123ABC"[0, 5, 4, 1, 2, 6]
63   Moving left:  "123ABC"[6, 2, 1, 4, 5, 0]
64 Test 9, RTL:
65   Moving left: "123ABC"[0, 2, 1, 3, 4, 5, 6]
66   Moving right:  "123ABC"[6, 5, 4, 3, 1, 2, 0]
67 Test 10, LTR:
68   Moving right: "ABC123"[0, 4, 5, 2, 1, 6]
69   Moving left:  "ABC123"[6, 1, 2, 5, 4, 0]
70 Test 10, RTL:
71   Moving left: "ABC123"[0, 1, 2, 3, 5, 4, 6]
72   Moving right:  "ABC123"[6, 4, 5, 3, 2, 1, 0]
73 Test 11, LTR:
74   Moving right: "abc"[0, 1, 2, 3], "ABCdef\n    "[2, 1, 3, 4, 5, 6]
75 WARNING: Moved in the wrong direction in step 4: from (59, 393) to (52, 393).
76 WARNING: Moved in the wrong direction in step 5: from (52, 393) to (44, 393).
77 WARNING: Moved in the wrong direction in step 8: from (71, 393) to (64, 393).
78   Moving left:  "ABCdef\n    "[6, 5, 4, 3, 1, 2], "abc"[3, 2, 1, 0]
79 WARNING: Moved in the wrong direction in step 2: from (64, 393) to (71, 393).
80 WARNING: Moved in the wrong direction in step 5: from (44, 393) to (52, 393).
81 WARNING: Moved in the wrong direction in step 6: from (52, 393) to (59, 393).
82 Test 11, RTL:
83   Moving left: "abc"[0, 2, 1, 3], "ABCdef\n    "[1, 2, 3, 5, 4, 6]
84 WARNING: Moved in the wrong direction in step 4: from (746, 393) to (753, 393).
85 WARNING: Moved in the wrong direction in step 5: from (753, 393) to (761, 393).
86 WARNING: Moved in the wrong direction in step 8: from (731, 393) to (738, 393).
87   Moving right:  "ABCdef\n    "[6, 4, 5, 3, 2, 1], "abc"[3, 1, 2, 0]
88 WARNING: Moved in the wrong direction in step 2: from (738, 393) to (731, 393).
89 WARNING: Moved in the wrong direction in step 5: from (761, 393) to (753, 393).
90 WARNING: Moved in the wrong direction in step 6: from (753, 393) to (746, 393).
91 Test 12, LTR:
92   Moving right: "ABC"[0, 2, 1, 3], "abcDEF\n    "[1, 2, 3, 5, 4, 6]
93 WARNING: Moved in the wrong direction in step 4: from (57, 427) to (49, 427).
94 WARNING: Moved in the wrong direction in step 5: from (49, 427) to (42, 427).
95 WARNING: Moved in the wrong direction in step 8: from (72, 427) to (64, 427).
96   Moving left:  "abcDEF\n    "[6, 4, 5, 3, 2, 1], "ABC"[3, 1, 2, 0]
97 WARNING: Moved in the wrong direction in step 2: from (64, 427) to (72, 427).
98 WARNING: Moved in the wrong direction in step 5: from (42, 427) to (49, 427).
99 WARNING: Moved in the wrong direction in step 6: from (49, 427) to (57, 427).
100 Test 12, RTL:
101   Moving left: "ABC"[0, 1, 2, 3], "abcDEF\n    "[2, 1, 3, 4, 5, 6]
102 WARNING: Moved in the wrong direction in step 4: from (748, 427) to (753, 427).
103 WARNING: Moved in the wrong direction in step 5: from (753, 427) to (760, 427).
104 WARNING: Moved in the wrong direction in step 8: from (733, 427) to (741, 427).
105   Moving right:  "abcDEF\n    "[6, 5, 4, 3, 1, 2], "ABC"[3, 2, 1, 0]
106 WARNING: Moved in the wrong direction in step 2: from (741, 427) to (733, 427).
107 WARNING: Moved in the wrong direction in step 5: from (760, 427) to (753, 427).
108 WARNING: Moved in the wrong direction in step 6: from (753, 427) to (748, 427).
109 Test 13, LTR:
110   Moving right: "abcABC123DEFdef\n    "[0, 1, 2, 3, 11, 10, 6, 7, 8, 9, 5, 4, 12, 13, 14, 15]
111   Moving left:  "abcABC123DEFdef\n    "[15, 14, 13, 12, 4, 5, 9, 8, 7, 6, 10, 11, 3, 2, 1, 0]
112 Test 13, RTL:
113   Moving left: "abcABC123DEFdef\n    "[0, 2, 1, 3, 4, 5, 6, 8, 7, 9, 10, 11, 12, 14, 13, 15]
114   Moving right:  "abcABC123DEFdef\n    "[15, 13, 14, 12, 11, 10, 9, 7, 8, 6, 5, 4, 3, 1, 2, 0]
115 Test 14, LTR:
116   Moving right: "abcABC123\n    "[0, 1, 2, 3, 7, 8, 5, 4, 9]
117   Moving left:  "abcABC123\n    "[9, 4, 5, 8, 7, 3, 2, 1, 0]
118 Test 14, RTL:
119   Moving left: "abcABC123\n    "[0, 2, 1, 3, 4, 5, 6, 8, 7, 9]
120   Moving right:  "abcABC123\n    "[9, 7, 8, 6, 5, 4, 3, 1, 2, 0]
121 Test 15, LTR:
122   Moving right: "abcABC123def\n    "[0, 1, 2, 3, 7, 8, 5, 4, 9, 10, 11, 12]
123   Moving left:  "abcABC123def\n    "[12, 11, 10, 9, 4, 5, 8, 7, 6, 2, 1, 0]
124 WARNING: Moving to the left did not visit the same positions in reverse order as moving to the right.
125 Test 15, RTL:
126   Moving left: "abcABC123def\n    "[0, 2, 1, 3, 4, 5, 6, 11, 10, 9, 8, 7, 12]
127   Moving right:  "abcABC123def\n    "[12, 7, 8, 9, 10, 11, 6, 5, 4, 3, 1, 2, 0]
128 Test 16, LTR:
129   Moving right: "ABC123DEFabcGHI456JLM\n    "[0, 8, 7, 3, 4, 5, 6, 2, 1, 9, 10, 11, 12, 20, 19, 15, 16, 17, 18, 14, 13, 21]
130   Moving left:  "ABC123DEFabcGHI456JLM\n    "[21, 13, 14, 18, 17, 16, 15, 19, 20, 12, 11, 10, 9, 1, 2, 6, 5, 4, 3, 7, 8, 0]
131 Test 16, RTL:
132   Moving left: "ABC123DEFabcGHI456JLM\n    "[0, 1, 2, 3, 5, 4, 6, 7, 8, 9, 11, 10, 12, 13, 14, 15, 17, 16, 18, 19, 20, 21]
133   Moving right:  "ABC123DEFabcGHI456JLM\n    "[21, 20, 19, 18, 16, 17, 15, 14, 13, 12, 10, 11, 9, 8, 7, 6, 4, 5, 3, 2, 1, 0]
134 Test 17, LTR:
135   Moving right: "\n        before    AHYJ AQWJXMFUDJE\n    "[9, 10, 11, 12, 13, 14, 15, 16, 22, 21, 20, 23, 24, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 35]
136 WARNING: Moved in the wrong direction in step 3: from (108, 597) to (37, 616).
137 WARNING: Moved in the wrong direction in step 5: from (98, 616) to (93, 616).
138 WARNING: Moved in the wrong direction in step 6: from (93, 616) to (86, 616).
139 WARNING: Moved in the wrong direction in step 7: from (86, 616) to (82, 616).
140 WARNING: Moved in the wrong direction in step 8: from (82, 616) to (45, 616).
141   Moving left:  "\n        before    AHYJ AQWJXMFUDJE\n    "[35, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 24, 23, 20, 21, 22, 16, 15, 14, 13, 12, 11, 10, 9]
142 WARNING: Moved in the wrong direction in step 16: from (45, 616) to (82, 616).
143 WARNING: Moved in the wrong direction in step 17: from (82, 616) to (86, 616).
144 WARNING: Moved in the wrong direction in step 18: from (86, 616) to (93, 616).
145 WARNING: Moved in the wrong direction in step 19: from (93, 616) to (98, 616).
146 WARNING: Moved in the wrong direction in step 21: from (37, 616) to (108, 597).
147 Test 17, RTL:
148   Moving left: "\n        before    AHYJ AQWJXMFUDJE\n    "[9, 14, 13, 12, 11, 10, 15, 16, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]
149 WARNING: Moved in the wrong direction in step 1: from (156, 597) to (144, 616).
150 WARNING: Moved in the wrong direction in step 2: from (144, 616) to (149, 616).
151 WARNING: Moved in the wrong direction in step 3: from (149, 616) to (156, 616).
152 WARNING: Moved in the wrong direction in step 5: from (86, 597) to (90, 597).
153 WARNING: Moved in the wrong direction in step 6: from (90, 597) to (137, 616).
154   Moving right:  "\n        before    AHYJ AQWJXMFUDJE\n    "[35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 16, 15, 10, 11, 12, 13, 14, 9]
155 WARNING: Moved in the wrong direction in step 18: from (137, 616) to (90, 597).
156 WARNING: Moved in the wrong direction in step 19: from (90, 597) to (86, 597).
157 WARNING: Moved in the wrong direction in step 21: from (156, 616) to (149, 616).
158 WARNING: Moved in the wrong direction in step 22: from (149, 616) to (144, 616).
159 WARNING: Moved in the wrong direction in step 23: from (144, 616) to (156, 597).
160 Test 18, LTR:
161   Moving right: "\n        MUQJ    after encyclopedia\n    "[9, 12, 11, 10, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]
162 WARNING: Moved in the wrong direction in step 1: from (37, 651) to (44, 670).
163 WARNING: Moved in the wrong direction in step 2: from (44, 670) to (37, 670).
164 WARNING: Moved in the wrong direction in step 4: from (91, 651) to (51, 670).
165   Moving left:  "\n        MUQJ    after encyclopedia\n    "[35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 14, 13, 10, 11, 12, 9]
166 WARNING: Moved in the wrong direction in step 20: from (51, 670) to (91, 651).
167 WARNING: Moved in the wrong direction in step 22: from (37, 670) to (44, 670).
168 WARNING: Moved in the wrong direction in step 23: from (44, 670) to (37, 651).
169 Test 18, RTL:
170   Moving left: "\n        MUQJ    after encyclopedia\n    "[9, 10, 11, 12, 13, 14, 21, 20, 19, 18, 22, 23, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 35]
171 WARNING: Moved in the wrong direction in step 2: from (103, 651) to (156, 670).
172 WARNING: Moved in the wrong direction in step 4: from (85, 670) to (92, 670).
173 WARNING: Moved in the wrong direction in step 5: from (92, 670) to (99, 670).
174 WARNING: Moved in the wrong direction in step 6: from (99, 670) to (147, 670).
175 WARNING: Moved in the wrong direction in step 10: from (124, 670) to (150, 670).
176   Moving right:  "\n        MUQJ    after encyclopedia\n    "[35, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 23, 22, 18, 19, 20, 21, 14, 13, 12, 11, 10, 9]
177 WARNING: Moved in the wrong direction in step 14: from (150, 670) to (124, 670).
178 WARNING: Moved in the wrong direction in step 18: from (147, 670) to (99, 670).
179 WARNING: Moved in the wrong direction in step 19: from (99, 670) to (92, 670).
180 WARNING: Moved in the wrong direction in step 20: from (92, 670) to (85, 670).
181 WARNING: Moved in the wrong direction in step 22: from (156, 670) to (103, 651).
182 Test 19, LTR:
183   Moving right: "\n        before    AHYJ AQWJXMFUDJE\n    "[9, 10, 11, 12, 13, 14, 15, 16, 22, 21, 20, 23, 24, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 35]
184 WARNING: Moved in the wrong direction in step 3: from (108, 705) to (37, 724).
185 WARNING: Moved in the wrong direction in step 5: from (98, 724) to (93, 724).
186 WARNING: Moved in the wrong direction in step 6: from (93, 724) to (86, 724).
187 WARNING: Moved in the wrong direction in step 7: from (86, 724) to (82, 724).
188 WARNING: Moved in the wrong direction in step 8: from (82, 724) to (45, 724).
189   Moving left:  "\n        before    AHYJ AQWJXMFUDJE\n    "[35, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 24, 23, 20, 21, 22, 16, 15, 14, 13, 12, 11, 10, 9]
190 WARNING: Moved in the wrong direction in step 16: from (45, 724) to (82, 724).
191 WARNING: Moved in the wrong direction in step 17: from (82, 724) to (86, 724).
192 WARNING: Moved in the wrong direction in step 18: from (86, 724) to (93, 724).
193 WARNING: Moved in the wrong direction in step 19: from (93, 724) to (98, 724).
194 WARNING: Moved in the wrong direction in step 21: from (37, 724) to (108, 705).
195 Test 19, RTL:
196   Moving left: "\n        before    AHYJ AQWJXMFUDJE\n    "[9, 14, 13, 12, 11, 10, 15, 16, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]
197 WARNING: Moved in the wrong direction in step 1: from (156, 705) to (144, 724).
198 WARNING: Moved in the wrong direction in step 2: from (144, 724) to (149, 724).
199 WARNING: Moved in the wrong direction in step 3: from (149, 724) to (156, 724).
200 WARNING: Moved in the wrong direction in step 5: from (86, 705) to (90, 705).
201 WARNING: Moved in the wrong direction in step 6: from (90, 705) to (137, 724).
202   Moving right:  "\n        before    AHYJ AQWJXMFUDJE\n    "[35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 16, 15, 10, 11, 12, 13, 14, 9]
203 WARNING: Moved in the wrong direction in step 18: from (137, 724) to (90, 705).
204 WARNING: Moved in the wrong direction in step 19: from (90, 705) to (86, 705).
205 WARNING: Moved in the wrong direction in step 21: from (156, 724) to (149, 724).
206 WARNING: Moved in the wrong direction in step 22: from (149, 724) to (144, 724).
207 WARNING: Moved in the wrong direction in step 23: from (144, 724) to (156, 705).
208 Test 20, LTR:
209   Moving right: "\n        MUQJ    after encyclopedia\n    "[9, 12, 11, 10, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]
210 WARNING: Moved in the wrong direction in step 1: from (37, 759) to (44, 778).
211 WARNING: Moved in the wrong direction in step 2: from (44, 778) to (37, 778).
212 WARNING: Moved in the wrong direction in step 4: from (91, 759) to (51, 778).
213   Moving left:  "\n        MUQJ    after encyclopedia\n    "[35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 14, 13, 10, 11, 12, 9]
214 WARNING: Moved in the wrong direction in step 20: from (51, 778) to (91, 759).
215 WARNING: Moved in the wrong direction in step 22: from (37, 778) to (44, 778).
216 WARNING: Moved in the wrong direction in step 23: from (44, 778) to (37, 759).
217 Test 20, RTL:
218   Moving left: "\n        MUQJ    after encyclopedia\n    "[9, 10, 11, 12, 13, 14, 21, 20, 19, 18, 22, 23, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 35]
219 WARNING: Moved in the wrong direction in step 2: from (103, 759) to (156, 778).
220 WARNING: Moved in the wrong direction in step 4: from (85, 778) to (92, 778).
221 WARNING: Moved in the wrong direction in step 5: from (92, 778) to (99, 778).
222 WARNING: Moved in the wrong direction in step 6: from (99, 778) to (147, 778).
223 WARNING: Moved in the wrong direction in step 10: from (124, 778) to (150, 778).
224   Moving right:  "\n        MUQJ    after encyclopedia\n    "[35, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 23, 22, 18, 19, 20, 21, 14, 13, 12, 11, 10, 9]
225 WARNING: Moved in the wrong direction in step 14: from (150, 778) to (124, 778).
226 WARNING: Moved in the wrong direction in step 18: from (147, 778) to (99, 778).
227 WARNING: Moved in the wrong direction in step 19: from (99, 778) to (92, 778).
228 WARNING: Moved in the wrong direction in step 20: from (92, 778) to (85, 778).
229 WARNING: Moved in the wrong direction in step 22: from (156, 778) to (103, 759).
230 Test 21, LTR:
231   Moving right: "\n        This is JF[Y WY OJ[Y the boxes. \n    "[9, 10, 11, 12, 13, 14, 15, 16, 17, 23, 22, 21, 20, 19, 18, 24, 25, 28, 27, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40]
232 WARNING: Moved in the wrong direction in step 2: from (114, 813) to (106, 813).
233 WARNING: Moved in the wrong direction in step 3: from (106, 813) to (98, 813).
234 WARNING: Moved in the wrong direction in step 4: from (98, 813) to (94, 813).
235 WARNING: Moved in the wrong direction in step 5: from (94, 813) to (87, 813).
236 WARNING: Moved in the wrong direction in step 7: from (122, 813) to (37, 832).
237 WARNING: Moved in the wrong direction in step 10: from (80, 832) to (73, 832).
238 WARNING: Moved in the wrong direction in step 11: from (73, 832) to (69, 832).
239 WARNING: Moved in the wrong direction in step 12: from (69, 832) to (65, 832).
240 WARNING: Moved in the wrong direction in step 13: from (65, 832) to (45, 832).
241 WARNING: Moved in the wrong direction in step 18: from (114, 832) to (107, 832).
242 WARNING: Moved in the wrong direction in step 19: from (107, 832) to (99, 832).
243   Moving left:  "\n        This is JF[Y WY OJ[Y the boxes. \n    "[40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 26, 27, 28, 25, 24, 18, 19, 20, 21, 22, 23, 17, 16, 15, 14, 13, 12, 11, 10, 9]
244 WARNING: Moved in the wrong direction in step 13: from (99, 832) to (107, 832).
245 WARNING: Moved in the wrong direction in step 14: from (107, 832) to (114, 832).
246 WARNING: Moved in the wrong direction in step 19: from (45, 832) to (65, 832).
247 WARNING: Moved in the wrong direction in step 20: from (65, 832) to (69, 832).
248 WARNING: Moved in the wrong direction in step 21: from (69, 832) to (73, 832).
249 WARNING: Moved in the wrong direction in step 22: from (73, 832) to (80, 832).
250 WARNING: Moved in the wrong direction in step 25: from (37, 832) to (122, 813).
251 WARNING: Moved in the wrong direction in step 27: from (87, 813) to (94, 813).
252 WARNING: Moved in the wrong direction in step 28: from (94, 813) to (98, 813).
253 WARNING: Moved in the wrong direction in step 29: from (98, 813) to (106, 813).
254 WARNING: Moved in the wrong direction in step 30: from (106, 813) to (114, 813).
255 Test 21, RTL:
256   Moving left: "\n        This is JF[Y WY OJ[Y the boxes. \n    "[9, 15, 14, 13, 12, 11, 10, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 38, 37, 36, 35, 34, 33, 32, 31, 39, 40]
257 WARNING: Moved in the wrong direction in step 2: from (52, 813) to (60, 813).
258 WARNING: Moved in the wrong direction in step 3: from (60, 813) to (67, 813).
259 WARNING: Moved in the wrong direction in step 4: from (67, 813) to (71, 813).
260 WARNING: Moved in the wrong direction in step 5: from (71, 813) to (79, 813).
261 WARNING: Moved in the wrong direction in step 6: from (79, 813) to (87, 813).
262 WARNING: Moved in the wrong direction in step 7: from (87, 813) to (136, 832).
263 WARNING: Moved in the wrong direction in step 14: from (51, 832) to (58, 832).
264 WARNING: Moved in the wrong direction in step 15: from (58, 832) to (65, 832).
265 WARNING: Moved in the wrong direction in step 16: from (65, 832) to (69, 832).
266 WARNING: Moved in the wrong direction in step 17: from (69, 832) to (77, 832).
267 WARNING: Moved in the wrong direction in step 18: from (77, 832) to (85, 832).
268 WARNING: Moved in the wrong direction in step 19: from (85, 832) to (92, 832).
269 WARNING: Moved in the wrong direction in step 20: from (92, 832) to (99, 832).
270   Moving right:  "\n        This is JF[Y WY OJ[Y the boxes. \n    "[40, 39, 31, 32, 33, 34, 35, 36, 37, 38, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 10, 11, 12, 13, 14, 15, 9]
271 WARNING: Moved in the wrong direction in step 12: from (99, 832) to (92, 832).
272 WARNING: Moved in the wrong direction in step 13: from (92, 832) to (85, 832).
273 WARNING: Moved in the wrong direction in step 14: from (85, 832) to (77, 832).
274 WARNING: Moved in the wrong direction in step 15: from (77, 832) to (69, 832).
275 WARNING: Moved in the wrong direction in step 16: from (69, 832) to (65, 832).
276 WARNING: Moved in the wrong direction in step 17: from (65, 832) to (58, 832).
277 WARNING: Moved in the wrong direction in step 18: from (58, 832) to (51, 832).
278 WARNING: Moved in the wrong direction in step 25: from (136, 832) to (87, 813).
279 WARNING: Moved in the wrong direction in step 26: from (87, 813) to (79, 813).
280 WARNING: Moved in the wrong direction in step 27: from (79, 813) to (71, 813).
281 WARNING: Moved in the wrong direction in step 28: from (71, 813) to (67, 813).
282 WARNING: Moved in the wrong direction in step 29: from (67, 813) to (60, 813).
283 WARNING: Moved in the wrong direction in step 30: from (60, 813) to (52, 813).
284 Test 22, LTR:
285   Moving right: "\n        This is JF[Y WY OJ[Y the boxes. \n    "[9, 10, 11, 12, 13, 14, 15, 16, 17, 23, 22, 21, 20, 19, 18, 24, 25, 28, 27, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40]
286 WARNING: Moved in the wrong direction in step 2: from (114, 867) to (106, 867).
287 WARNING: Moved in the wrong direction in step 3: from (106, 867) to (98, 867).
288 WARNING: Moved in the wrong direction in step 4: from (98, 867) to (94, 867).
289 WARNING: Moved in the wrong direction in step 5: from (94, 867) to (87, 867).
290 WARNING: Moved in the wrong direction in step 7: from (122, 867) to (37, 886).
291 WARNING: Moved in the wrong direction in step 10: from (80, 886) to (73, 886).
292 WARNING: Moved in the wrong direction in step 11: from (73, 886) to (69, 886).
293 WARNING: Moved in the wrong direction in step 12: from (69, 886) to (65, 886).
294 WARNING: Moved in the wrong direction in step 13: from (65, 886) to (45, 886).
295 WARNING: Moved in the wrong direction in step 18: from (114, 886) to (107, 886).
296 WARNING: Moved in the wrong direction in step 19: from (107, 886) to (99, 886).
297   Moving left:  "\n        This is JF[Y WY OJ[Y the boxes. \n    "[40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 26, 27, 28, 25, 24, 18, 19, 20, 21, 22, 23, 17, 16, 15, 14, 13, 12, 11, 10, 9]
298 WARNING: Moved in the wrong direction in step 13: from (99, 886) to (107, 886).
299 WARNING: Moved in the wrong direction in step 14: from (107, 886) to (114, 886).
300 WARNING: Moved in the wrong direction in step 19: from (45, 886) to (65, 886).
301 WARNING: Moved in the wrong direction in step 20: from (65, 886) to (69, 886).
302 WARNING: Moved in the wrong direction in step 21: from (69, 886) to (73, 886).
303 WARNING: Moved in the wrong direction in step 22: from (73, 886) to (80, 886).
304 WARNING: Moved in the wrong direction in step 25: from (37, 886) to (122, 867).
305 WARNING: Moved in the wrong direction in step 27: from (87, 867) to (94, 867).
306 WARNING: Moved in the wrong direction in step 28: from (94, 867) to (98, 867).
307 WARNING: Moved in the wrong direction in step 29: from (98, 867) to (106, 867).
308 WARNING: Moved in the wrong direction in step 30: from (106, 867) to (114, 867).
309 Test 22, RTL:
310   Moving left: "\n        This is JF[Y WY OJ[Y the boxes. \n    "[9, 15, 14, 13, 12, 11, 10, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 38, 37, 36, 35, 34, 33, 32, 31, 39, 40]
311 WARNING: Moved in the wrong direction in step 2: from (52, 867) to (60, 867).
312 WARNING: Moved in the wrong direction in step 3: from (60, 867) to (67, 867).
313 WARNING: Moved in the wrong direction in step 4: from (67, 867) to (71, 867).
314 WARNING: Moved in the wrong direction in step 5: from (71, 867) to (79, 867).
315 WARNING: Moved in the wrong direction in step 6: from (79, 867) to (87, 867).
316 WARNING: Moved in the wrong direction in step 7: from (87, 867) to (136, 886).
317 WARNING: Moved in the wrong direction in step 14: from (51, 886) to (58, 886).
318 WARNING: Moved in the wrong direction in step 15: from (58, 886) to (65, 886).
319 WARNING: Moved in the wrong direction in step 16: from (65, 886) to (69, 886).
320 WARNING: Moved in the wrong direction in step 17: from (69, 886) to (77, 886).
321 WARNING: Moved in the wrong direction in step 18: from (77, 886) to (85, 886).
322 WARNING: Moved in the wrong direction in step 19: from (85, 886) to (92, 886).
323 WARNING: Moved in the wrong direction in step 20: from (92, 886) to (99, 886).
324   Moving right:  "\n        This is JF[Y WY OJ[Y the boxes. \n    "[40, 39, 31, 32, 33, 34, 35, 36, 37, 38, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 10, 11, 12, 13, 14, 15, 9]
325 WARNING: Moved in the wrong direction in step 12: from (99, 886) to (92, 886).
326 WARNING: Moved in the wrong direction in step 13: from (92, 886) to (85, 886).
327 WARNING: Moved in the wrong direction in step 14: from (85, 886) to (77, 886).
328 WARNING: Moved in the wrong direction in step 15: from (77, 886) to (69, 886).
329 WARNING: Moved in the wrong direction in step 16: from (69, 886) to (65, 886).
330 WARNING: Moved in the wrong direction in step 17: from (65, 886) to (58, 886).
331 WARNING: Moved in the wrong direction in step 18: from (58, 886) to (51, 886).
332 WARNING: Moved in the wrong direction in step 25: from (136, 886) to (87, 867).
333 WARNING: Moved in the wrong direction in step 26: from (87, 867) to (79, 867).
334 WARNING: Moved in the wrong direction in step 27: from (79, 867) to (71, 867).
335 WARNING: Moved in the wrong direction in step 28: from (71, 867) to (67, 867).
336 WARNING: Moved in the wrong direction in step 29: from (67, 867) to (60, 867).
337 WARNING: Moved in the wrong direction in step 30: from (60, 867) to (52, 867).
338 Test 23, LTR:
339   Moving right: "\n        Lorem\n        "[9, 10, 11, 12, 13, 14], <DIV>[0], "\n        ipsum\n    "[9, 10, 11, 12, 13, 14]
340 WARNING: Moved in the wrong direction in step 1: from (37, 921) to (61, 981).
341 WARNING: Moved in the wrong direction in step 8: from (37, 921) to (61, 981).
342   Moving left:  "\n        ipsum\n    "[14, 13, 12, 11, 10, 9], <DIV>[0], "\n        Lorem\n        "[14, 13, 12, 11, 10, 9]
343 WARNING: Moved in the wrong direction in step 5: from (61, 981) to (37, 921).
344 WARNING: Moved in the wrong direction in step 12: from (61, 981) to (37, 921).
345 Test 23, RTL:
346   Moving left: "\n        Lorem\n        "[9, 13, 12, 11, 10, 14], <DIV>[0], "\n        ipsum\n    "[9, 13, 12, 11, 10, 14]
347 WARNING: Moved in the wrong direction in step 4: from (733, 981) to (757, 981).
348 WARNING: Moved in the wrong direction in step 11: from (733, 981) to (757, 981).
349   Moving right:  "\n        ipsum\n    "[14, 10, 11, 12, 13, 9], <DIV>[0], "\n        Lorem\n        "[14, 10, 11, 12, 13, 9]
350 WARNING: Moved in the wrong direction in step 2: from (757, 981) to (733, 981).
351 WARNING: Moved in the wrong direction in step 9: from (757, 981) to (733, 981).
352 Test 24, LTR:
353   Moving right: "\n        WMH[\n        "[9, 12, 11, 10, 13], <DIV>[0], "\n        OWQU[\n    "[9, 13, 12, 11, 10, 14]
354   Moving left:  "\n        OWQU[\n    "[14, 10, 11, 12, 13, 9], <DIV>[0], "\n        WMH[\n        "[13, 10, 11, 12, 9]
355 Test 24, RTL:
356   Moving left: "\n        WMH[\n        "[9, 10, 11, 12, 13], <DIV>[0], "\n        OWQU[\n    "[9, 10, 11, 12, 13, 14]
357 WARNING: Moved in the wrong direction in step 1: from (767, 1015) to (733, 1075).
358 WARNING: Moved in the wrong direction in step 7: from (767, 1015) to (733, 1075).
359   Moving right:  "\n        OWQU[\n    "[14, 13, 12, 11, 10, 9], <DIV>[0], "\n        WMH[\n        "[13, 12, 11, 10, 9]
360 WARNING: Moved in the wrong direction in step 5: from (733, 1075) to (767, 1015).
361 WARNING: Moved in the wrong direction in step 11: from (733, 1075) to (767, 1015).
362 Test 25, LTR:
363   Moving right: "\n        abcdefABC"[9, 10, 11, 12, 13, 14, 15], "DEF\n    "[2, 1], <DIV>[2], "\n        abcdefABC"[18, 17, 16], "DEF\n    "[3]
364 WARNING: Moved in the wrong direction in step 2: from (90, 1109) to (82, 1109).
365 WARNING: Moved in the wrong direction in step 8: from (52, 1109) to (44, 1109).
366   Moving left:  "DEF\n    "[3], "\n        abcdefABC"[16, 17, 18], <DIV>[2], "DEF\n    "[1, 2], "\n        abcdefABC"[15, 14, 13, 12, 11, 10, 9]
367 WARNING: Moved in the wrong direction in step 6: from (44, 1109) to (52, 1109).
368 WARNING: Moved in the wrong direction in step 12: from (82, 1109) to (90, 1109).
369 Test 25, RTL:
370   Moving left: "\n        abcdefABC"[9, 14, 13, 12, 11, 10, 15, 16, 17, 18], <DIV>[2], "DEF\n    "[1, 2, 3]
371 WARNING: Moved in the wrong direction in step 4: from (672, 1109) to (676, 1109).
372 WARNING: Moved in the wrong direction in step 5: from (676, 1109) to (684, 1109).
373 WARNING: Moved in the wrong direction in step 12: from (734, 1109) to (742, 1109).
374 WARNING: Moved in the wrong direction in step 13: from (742, 1109) to (749, 1109).
375   Moving right:  "DEF\n    "[3, 2, 1], <DIV>[2], "\n        abcdefABC"[18, 17, 16, 15, 10, 11, 12, 13, 14, 9]
376 WARNING: Moved in the wrong direction in step 1: from (749, 1109) to (742, 1109).
377 WARNING: Moved in the wrong direction in step 2: from (742, 1109) to (734, 1109).
378 WARNING: Moved in the wrong direction in step 9: from (684, 1109) to (676, 1109).
379 WARNING: Moved in the wrong direction in step 10: from (676, 1109) to (672, 1109).
380 Test 26, LTR:
381   Moving right: "\n        ABCDEFabc"[9, 14, 13, 12, 11, 10, 15, 16, 17, 18], <DIV>[2], "def\n    "[1, 2, 3]
382 WARNING: Moved in the wrong direction in step 4: from (133, 1144) to (129, 1144).
383 WARNING: Moved in the wrong direction in step 5: from (129, 1144) to (122, 1144).
384 WARNING: Moved in the wrong direction in step 12: from (68, 1144) to (61, 1144).
385 WARNING: Moved in the wrong direction in step 13: from (61, 1144) to (56, 1144).
386   Moving left:  "def\n    "[3, 2, 1], <DIV>[2], "\n        ABCDEFabc"[18, 17, 16, 15, 10, 11, 12, 13, 14, 9]
387 WARNING: Moved in the wrong direction in step 1: from (56, 1144) to (61, 1144).
388 WARNING: Moved in the wrong direction in step 2: from (61, 1144) to (68, 1144).
389 WARNING: Moved in the wrong direction in step 9: from (122, 1144) to (129, 1144).
390 WARNING: Moved in the wrong direction in step 10: from (129, 1144) to (133, 1144).
391 Test 26, RTL:
392   Moving left: "\n        ABCDEFabc"[9, 10, 11, 12, 13, 14, 15], "def\n    "[2, 1], <DIV>[2], "\n        ABCDEFabc"[18, 17, 16], "def\n    "[3]
393 WARNING: Moved in the wrong direction in step 2: from (718, 1144) to (725, 1144).
394 WARNING: Moved in the wrong direction in step 8: from (753, 1144) to (760, 1144).
395   Moving right:  "def\n    "[3], "\n        ABCDEFabc"[16, 17, 18], <DIV>[2], "def\n    "[1, 2], "\n        ABCDEFabc"[15, 14, 13, 12, 11, 10, 9]
396 WARNING: Moved in the wrong direction in step 6: from (760, 1144) to (753, 1144).
397 WARNING: Moved in the wrong direction in step 12: from (725, 1144) to (718, 1144).
398 Test 27, LTR:
399   Moving right: "\n        abc"[9, 10, 11, 12], <DIV>[2], "DEFghi\n    "[2, 1], <DIV>[5, 4], "ABC"[3, 2, 1], "DEFghi\n    "[3, 4, 5, 6]
400 WARNING: Moved in the wrong direction in step 4: from (304, 1181) to (52, 1181).
401 WARNING: Moved in the wrong direction in step 6: from (52, 1181) to (44, 1181).
402 WARNING: Moved in the wrong direction in step 9: from (279, 1181) to (59, 1181).
403 WARNING: Moved in the wrong direction in step 10: from (59, 1181) to (52, 1181).
404 WARNING: Moved in the wrong direction in step 11: from (52, 1181) to (44, 1181).
405 WARNING: Moved in the wrong direction in step 14: from (279, 1181) to (272, 1181).
406 WARNING: Moved in the wrong direction in step 15: from (272, 1181) to (267, 1181).
407   Moving left:  "DEFghi\n    "[6, 5, 4, 3], "ABC"[1, 2, 3], <DIV>[4, 5], "DEFghi\n    "[1, 2], <DIV>[2], "\n        abc"[12, 11, 10, 9]
408 WARNING: Moved in the wrong direction in step 1: from (267, 1181) to (272, 1181).
409 WARNING: Moved in the wrong direction in step 2: from (272, 1181) to (279, 1181).
410 WARNING: Moved in the wrong direction in step 5: from (44, 1181) to (52, 1181).
411 WARNING: Moved in the wrong direction in step 6: from (52, 1181) to (59, 1181).
412 WARNING: Moved in the wrong direction in step 7: from (59, 1181) to (279, 1181).
413 WARNING: Moved in the wrong direction in step 10: from (44, 1181) to (52, 1181).
414 WARNING: Moved in the wrong direction in step 12: from (52, 1181) to (304, 1181).
415 Test 27, RTL:
416   Moving left: "\n        abc"[9, 11, 10, 12], <DIV>[2], "ABC"[1, 2, 3], <DIV>[4, 5], "DEFghi\n    "[1, 2, 3, 5, 4, 6]
417 WARNING: Moved in the wrong direction in step 4: from (501, 1181) to (761, 1181).
418 WARNING: Moved in the wrong direction in step 6: from (753, 1181) to (761, 1181).
419 WARNING: Moved in the wrong direction in step 10: from (574, 1181) to (753, 1181).
420 WARNING: Moved in the wrong direction in step 11: from (753, 1181) to (761, 1181).
421 WARNING: Moved in the wrong direction in step 14: from (574, 1181) to (581, 1181).
422   Moving right:  "DEFghi\n    "[6, 4, 5, 3, 2, 1], <DIV>[5, 4], "ABC"[3, 2, 1], <DIV>[2], "\n        abc"[12, 10, 11, 9]
423 WARNING: Moved in the wrong direction in step 2: from (581, 1181) to (574, 1181).
424 WARNING: Moved in the wrong direction in step 5: from (761, 1181) to (753, 1181).
425 WARNING: Moved in the wrong direction in step 6: from (753, 1181) to (574, 1181).
426 WARNING: Moved in the wrong direction in step 10: from (761, 1181) to (753, 1181).
427 WARNING: Moved in the wrong direction in step 12: from (761, 1181) to (501, 1181).
428 Test 28, LTR:
429   Moving right: "\n        ABC"[9, 11, 10, 12], <DIV>[2], "abc"[1, 2, 3], <DIV>[4, 5], "defDEF\n    "[1, 2, 3, 5, 4, 6]
430 WARNING: Moved in the wrong direction in step 4: from (306, 1221) to (42, 1221).
431 WARNING: Moved in the wrong direction in step 6: from (49, 1221) to (42, 1221).
432 WARNING: Moved in the wrong direction in step 10: from (229, 1221) to (49, 1221).
433 WARNING: Moved in the wrong direction in step 11: from (49, 1221) to (42, 1221).
434 WARNING: Moved in the wrong direction in step 14: from (229, 1221) to (221, 1221).
435   Moving left:  "defDEF\n    "[6, 4, 5, 3, 2, 1], <DIV>[5, 4], "abc"[3, 2, 1], <DIV>[2], "\n        ABC"[12, 10, 11, 9]
436 WARNING: Moved in the wrong direction in step 2: from (221, 1221) to (229, 1221).
437 WARNING: Moved in the wrong direction in step 5: from (42, 1221) to (49, 1221).
438 WARNING: Moved in the wrong direction in step 6: from (49, 1221) to (229, 1221).
439 WARNING: Moved in the wrong direction in step 10: from (42, 1221) to (49, 1221).
440 WARNING: Moved in the wrong direction in step 12: from (42, 1221) to (306, 1221).
441 Test 28, RTL:
442   Moving left: "\n        ABC"[9, 10, 11, 12], <DIV>[2], "defDEF\n    "[2, 1], <DIV>[5, 4], "abc"[3, 2, 1], "defDEF\n    "[3, 4, 5, 6]
443 WARNING: Moved in the wrong direction in step 4: from (499, 1221) to (753, 1221).
444 WARNING: Moved in the wrong direction in step 6: from (753, 1221) to (760, 1221).
445 WARNING: Moved in the wrong direction in step 9: from (525, 1221) to (748, 1221).
446 WARNING: Moved in the wrong direction in step 10: from (748, 1221) to (753, 1221).
447 WARNING: Moved in the wrong direction in step 11: from (753, 1221) to (760, 1221).
448 WARNING: Moved in the wrong direction in step 14: from (525, 1221) to (533, 1221).
449 WARNING: Moved in the wrong direction in step 15: from (533, 1221) to (540, 1221).
450   Moving right:  "defDEF\n    "[6, 5, 4, 3], "abc"[1, 2, 3], <DIV>[4, 5], "defDEF\n    "[1, 2], <DIV>[2], "\n        ABC"[12, 11, 10, 9]
451 WARNING: Moved in the wrong direction in step 1: from (540, 1221) to (533, 1221).
452 WARNING: Moved in the wrong direction in step 2: from (533, 1221) to (525, 1221).
453 WARNING: Moved in the wrong direction in step 5: from (760, 1221) to (753, 1221).
454 WARNING: Moved in the wrong direction in step 6: from (753, 1221) to (748, 1221).
455 WARNING: Moved in the wrong direction in step 7: from (748, 1221) to (525, 1221).
456 WARNING: Moved in the wrong direction in step 10: from (760, 1221) to (753, 1221).
457 WARNING: Moved in the wrong direction in step 12: from (753, 1221) to (499, 1221).
458 Test 29, LTR:
459   Moving right: "\n        abcABC"[9, 10, 11, 12], "DEF"[2, 1], "\n        abcABC"[15, 14, 13], "DEF"[3]
460 WARNING: Moved in the wrong direction in step 5: from (52, 1259) to (44, 1259).
461   Moving left:  "DEF"[3], "\n        abcABC"[13, 14, 15], "DEF"[1, 2], "\n        abcABC"[12, 11, 10, 9]
462 WARNING: Moved in the wrong direction in step 5: from (44, 1259) to (52, 1259).
463 Test 29, RTL:
464   Moving left: "\n        abcABC"[9, 11, 10, 12, 13, 14, 15], "DEF"[1, 2, 3]
465 WARNING: Moved in the wrong direction in step 8: from (753, 1259) to (761, 1259).
466   Moving right:  "DEF"[3, 2, 1], "\n        abcABC"[15, 14, 13, 12, 10, 11, 9]
467 WARNING: Moved in the wrong direction in step 2: from (761, 1259) to (753, 1259).
468 Test 30, LTR:
469   Moving right: "\n        ABCabc"[9, 11, 10, 12, 13, 14, 15], "def"[1, 2, 3]
470 WARNING: Moved in the wrong direction in step 8: from (49, 1293) to (42, 1293).
471   Moving left:  "def"[3, 2, 1], "\n        ABCabc"[15, 14, 13, 12, 10, 11, 9]
472 WARNING: Moved in the wrong direction in step 2: from (42, 1293) to (49, 1293).
473 Test 30, RTL:
474   Moving left: "\n        ABCabc"[9, 10, 11, 12], "def"[2, 1], "\n        ABCabc"[15, 14, 13], "def"[3]
475 WARNING: Moved in the wrong direction in step 5: from (753, 1293) to (760, 1293).
476   Moving right:  "def"[3], "\n        ABCabc"[13, 14, 15], "def"[1, 2], "\n        ABCabc"[12, 11, 10, 9]
477 WARNING: Moved in the wrong direction in step 5: from (760, 1293) to (753, 1293).
478 Test 31, LTR:
479   Moving right: "\n        ab"[9, 10, 11], "cABCdef"[1, 3, 2, 4, 5, 6, 7]
480 WARNING: Moved in the wrong direction in step 5: from (59, 1327) to (52, 1327).
481 WARNING: Moved in the wrong direction in step 7: from (71, 1327) to (64, 1327).
482   Moving left:  "cABCdef"[7, 6, 5, 4, 2, 3, 1], "\n        ab"[11, 10, 9]
483 WARNING: Moved in the wrong direction in step 3: from (64, 1327) to (71, 1327).
484 WARNING: Moved in the wrong direction in step 5: from (52, 1327) to (59, 1327).
485 Test 31, RTL:
486   Moving left: "\n        ab"[9, 11, 10], "cABCdef"[1, 2, 3, 4, 6, 5, 7]
487 WARNING: Moved in the wrong direction in step 4: from (753, 1327) to (761, 1327).
488 WARNING: Moved in the wrong direction in step 8: from (726, 1327) to (731, 1327).
489   Moving right:  "cABCdef"[7, 5, 6, 4, 3, 2, 1], "\n        ab"[10, 11, 9]
490 WARNING: Moved in the wrong direction in step 2: from (731, 1327) to (726, 1327).
491 WARNING: Moved in the wrong direction in step 6: from (761, 1327) to (753, 1327).
492 Test 32, LTR:
493   Moving right: "\n        AB"[9, 11, 10], "CabcDEF"[1, 2, 3, 4, 6, 5, 7]
494 WARNING: Moved in the wrong direction in step 4: from (49, 1361) to (42, 1361).
495 WARNING: Moved in the wrong direction in step 8: from (79, 1361) to (72, 1361).
496   Moving left:  "CabcDEF"[7, 5, 6, 4, 3, 2, 1], "\n        AB"[10, 11, 9]
497 WARNING: Moved in the wrong direction in step 2: from (72, 1361) to (79, 1361).
498 WARNING: Moved in the wrong direction in step 6: from (42, 1361) to (49, 1361).
499 Test 32, RTL:
500   Moving left: "\n        AB"[9, 10, 11], "CabcDEF"[1, 3, 2, 4, 5, 6, 7]
501 WARNING: Moved in the wrong direction in step 5: from (748, 1361) to (753, 1361).
502 WARNING: Moved in the wrong direction in step 7: from (733, 1361) to (741, 1361).
503   Moving right:  "CabcDEF"[7, 6, 5, 4, 2, 3, 1], "\n        AB"[11, 10, 9]
504 WARNING: Moved in the wrong direction in step 3: from (741, 1361) to (733, 1361).
505 WARNING: Moved in the wrong direction in step 5: from (753, 1361) to (748, 1361).
506 Test 33, LTR:
507   Moving right: "\n        abc"[9, 10, 11, 12], "ABCdef"[2, 1, 3, 4, 5, 6]
508 WARNING: Moved in the wrong direction in step 5: from (52, 1395) to (44, 1395).
509 WARNING: Moved in the wrong direction in step 8: from (71, 1395) to (64, 1395).
510   Moving left:  "ABCdef"[6, 5, 4, 3, 1, 2], "\n        abc"[12, 11, 10, 9]
511 WARNING: Moved in the wrong direction in step 2: from (64, 1395) to (71, 1395).
512 WARNING: Moved in the wrong direction in step 5: from (44, 1395) to (52, 1395).
513 Test 33, RTL:
514   Moving left: "\n        abc"[9, 11, 10, 12], "ABCdef"[1, 2, 3, 5, 4, 6]
515 WARNING: Moved in the wrong direction in step 5: from (753, 1395) to (761, 1395).
516 WARNING: Moved in the wrong direction in step 8: from (731, 1395) to (738, 1395).
517   Moving right:  "ABCdef"[6, 4, 5, 3, 2, 1], "\n        abc"[12, 10, 11, 9]
518 WARNING: Moved in the wrong direction in step 2: from (738, 1395) to (731, 1395).
519 WARNING: Moved in the wrong direction in step 5: from (761, 1395) to (753, 1395).
520 Test 34, LTR:
521   Moving right: "\n        ABC"[9, 11, 10, 12], "abcDEF"[1, 2, 3, 5, 4, 6]
522 WARNING: Moved in the wrong direction in step 5: from (49, 1429) to (42, 1429).
523 WARNING: Moved in the wrong direction in step 8: from (72, 1429) to (64, 1429).
524   Moving left:  "abcDEF"[6, 4, 5, 3, 2, 1], "\n        ABC"[12, 10, 11, 9]
525 WARNING: Moved in the wrong direction in step 2: from (64, 1429) to (72, 1429).
526 WARNING: Moved in the wrong direction in step 5: from (42, 1429) to (49, 1429).
527 Test 34, RTL:
528   Moving left: "\n        ABC"[9, 10, 11, 12], "abcDEF"[2, 1, 3, 4, 5, 6]
529 WARNING: Moved in the wrong direction in step 5: from (753, 1429) to (760, 1429).
530 WARNING: Moved in the wrong direction in step 8: from (733, 1429) to (741, 1429).
531   Moving right:  "abcDEF"[6, 5, 4, 3, 1, 2], "\n        ABC"[12, 11, 10, 9]
532 WARNING: Moved in the wrong direction in step 2: from (741, 1429) to (733, 1429).
533 WARNING: Moved in the wrong direction in step 5: from (760, 1429) to (753, 1429).
534 Test 35, LTR:
535   Moving right: "\n        abcAdef\n    "[9, 10, 11, 12, 13, 14, 15, 16]
536   Moving left:  "\n        abcAdef\n    "[16, 15, 14, 13, 12, 11, 10, 9]
537 Test 35, RTL:
538   Moving left: "\n        abcAdef\n    "[9, 11, 10, 12, 13, 15, 14, 16]
539   Moving right:  "\n        abcAdef\n    "[16, 14, 15, 13, 12, 10, 11, 9]
540 Test 36, LTR:
541   Moving right: "\n        ABCaDEF\n    "[9, 11, 10, 12, 13, 15, 14, 16]
542   Moving left:  "\n        ABCaDEF\n    "[16, 14, 15, 13, 12, 10, 11, 9]
543 Test 36, RTL:
544   Moving left: "\n        ABCaDEF\n    "[9, 10, 11, 12, 13, 14, 15, 16]
545   Moving right:  "\n        ABCaDEF\n    "[16, 15, 14, 13, 12, 11, 10, 9]
546 Test 37, LTR:
547   Moving right: "\n        abcABC"[9, 10, 11, 12, 14, 13, 15], "def"[1, 2, 3]
548   Moving left:  "def"[3, 2, 1], "\n        abcABC"[15, 13, 14, 12, 11, 10, 9]
549 Test 37, RTL:
550   Moving left: "\n        abcABC"[9, 11, 10, 12, 13, 14, 15], "def"[2, 1, 3]
551   Moving right:  "def"[3, 1, 2], "\n        abcABC"[15, 14, 13, 12, 10, 11, 9]
552 Test 38, LTR:
553   Moving right: "\n        ABCabc"[9, 11, 10, 12, 13, 14, 15], "DEF"[2, 1, 3]
554   Moving left:  "DEF"[3, 1, 2], "\n        ABCabc"[15, 14, 13, 12, 10, 11, 9]
555 Test 38, RTL:
556   Moving left: "\n        ABCabc"[9, 10, 11, 12, 14, 13, 15], "DEF"[1, 2, 3]
557   Moving right:  "DEF"[3, 2, 1], "\n        ABCabc"[15, 13, 14, 12, 11, 10, 9]
558 Test 39, LTR:
559   Moving right: "\n        abcA"[9, 10, 11, 12], "BCdef"[1], "\n        abcA"[13], "BCdef"[2, 3, 4, 5]
560 WARNING: Moved in the wrong direction in step 9: from (71, 1599) to (64, 1599).
561   Moving left:  "BCdef"[5, 4, 3, 2], "\n        abcA"[13], "BCdef"[1], "\n        abcA"[12, 11, 10, 9]
562 WARNING: Moved in the wrong direction in step 1: from (64, 1599) to (71, 1599).
563 Test 39, RTL:
564   Moving left: "\n        abcA"[9, 11, 10, 12, 13], "BCdef"[1, 2, 4, 3, 5]
565 WARNING: Moved in the wrong direction in step 6: from (753, 1599) to (761, 1599).
566 WARNING: Moved in the wrong direction in step 8: from (738, 1599) to (746, 1599).
567   Moving right:  "BCdef"[5, 3, 4, 2, 1], "\n        abcA"[13, 12, 10, 11, 9]
568 WARNING: Moved in the wrong direction in step 2: from (746, 1599) to (738, 1599).
569 WARNING: Moved in the wrong direction in step 4: from (761, 1599) to (753, 1599).
570 Test 40, LTR:
571   Moving right: "\n        ABCa"[9, 11, 10, 12, 13], "bcDEF"[1, 2, 4, 3, 5]
572 WARNING: Moved in the wrong direction in step 6: from (49, 1633) to (42, 1633).
573 WARNING: Moved in the wrong direction in step 8: from (64, 1633) to (57, 1633).
574   Moving left:  "bcDEF"[5, 3, 4, 2, 1], "\n        ABCa"[13, 12, 10, 11, 9]
575 WARNING: Moved in the wrong direction in step 2: from (57, 1633) to (64, 1633).
576 WARNING: Moved in the wrong direction in step 4: from (42, 1633) to (49, 1633).
577 Test 40, RTL:
578   Moving left: "\n        ABCa"[9, 10, 11, 12], "bcDEF"[1], "\n        ABCa"[13], "bcDEF"[2, 3, 4, 5]
579 WARNING: Moved in the wrong direction in step 9: from (733, 1633) to (741, 1633).
580   Moving right:  "bcDEF"[5, 4, 3, 2], "\n        ABCa"[13], "bcDEF"[1], "\n        ABCa"[12, 11, 10, 9]
581 WARNING: Moved in the wrong direction in step 1: from (741, 1633) to (733, 1633).
582 Test 41, LTR:
583   Moving right: "abc"[0, 1, 2, 3], "def"[0, 1, 2, 3]
584 WARNING: Moved in the wrong direction in step 4: from (59, 1667) to (44, 1667).
585   Moving left:  "def"[3, 2, 1, 0], "abc"[3, 2, 1, 0]
586 WARNING: Moved in the wrong direction in step 4: from (44, 1667) to (59, 1667).
587 Test 41, RTL:
588   Moving left: "abc"[0, 2, 1, 3], "def"[0, 2, 1, 3]
589 WARNING: Moved in the wrong direction in step 4: from (746, 1667) to (753, 1667).
590 WARNING: Moved in the wrong direction in step 5: from (753, 1667) to (761, 1667).
591   Moving right:  "def"[3, 1, 2, 0], "abc"[3, 1, 2, 0]
592 WARNING: Moved in the wrong direction in step 3: from (761, 1667) to (753, 1667).
593 WARNING: Moved in the wrong direction in step 4: from (753, 1667) to (746, 1667).
594 Test 42, LTR:
595   Moving right: "ABC"[0, 2, 1, 3], "DEF"[0, 2, 1, 3]
596 WARNING: Moved in the wrong direction in step 4: from (57, 1721) to (49, 1721).
597 WARNING: Moved in the wrong direction in step 5: from (49, 1721) to (42, 1721).
598   Moving left:  "DEF"[3, 1, 2, 0], "ABC"[3, 1, 2, 0]
599 WARNING: Moved in the wrong direction in step 3: from (42, 1721) to (49, 1721).
600 WARNING: Moved in the wrong direction in step 4: from (49, 1721) to (57, 1721).
601 Test 42, RTL:
602   Moving left: "ABC"[0, 1, 2, 3], "DEF"[0, 1, 2, 3]
603 WARNING: Moved in the wrong direction in step 4: from (748, 1721) to (760, 1721).
604   Moving right:  "DEF"[3, 2, 1, 0], "ABC"[3, 2, 1, 0]
605 WARNING: Moved in the wrong direction in step 4: from (760, 1721) to (748, 1721).
606 Test 43, LTR:
607   Moving right: "abcXXX123QQQdef"[0, 13, 14, 11, 10, 6, 7, 8, 9, 5, 4, 1, 2, 15]
608   Moving left:  "abcXXX123QQQdef"[15, 2, 1, 4, 5, 9, 8, 7, 6, 10, 11, 14, 13, 0]
609 Test 43, RTL:
610   Moving left: "abcXXX123QQQdef"[0, 2, 1, 3, 4, 5, 6, 8, 7, 9, 10, 11, 12, 14, 13, 15]
611   Moving right:  "abcXXX123QQQdef"[15, 13, 14, 12, 11, 10, 9, 7, 8, 6, 5, 4, 3, 1, 2, 0]
612