OLD | NEW |
1 This test ensures WebKit lets user select bidirectional text intuitively. To man
ually test, select text in blue box in each test case below by a mouse drag from
left to right. The changes in the selected text should match the expectations b
efore |. Do the same by a mouse drag from right to left and expectations are aft
er |. | 1 This test ensures WebKit lets user select bidirectional text intuitively. To man
ually test, select text in blue box in each test case below by a mouse drag from
left to right. The changes in the selected text should match the expectations b
efore |. Do the same by a mouse drag from right to left and expectations are aft
er |. |
2 | 2 |
3 Test "abcABC" in "abcABC": | 3 Test "abcABC" in "abcABC": |
4 Selecting from left to right | 4 Selecting from left to right |
5 PASS selected "a" | 5 PASS selected "a" |
6 PASS selected "ab" | 6 PASS selected "ab" |
7 PASS selected "abc" | 7 PASS selected "abc" |
8 PASS selected "abcAB" | 8 PASS selected "abcAB" |
9 PASS selected "abcA" | 9 PASS selected "abcA" |
10 PASS selected "abcABC" | 10 PASS selected "abcABC" |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 PASS selected "AB" | 132 PASS selected "AB" |
133 PASS selected "ABC" | 133 PASS selected "ABC" |
134 | 134 |
135 PASS successfullyParsed is true | 135 PASS successfullyParsed is true |
136 | 136 |
137 TEST COMPLETE | 137 TEST COMPLETE |
138 | 138 |
139 | 139 |
140 | 140 |
141 | 141 |
142 | |
OLD | NEW |