OLD | NEW |
| (Empty) |
1 This tests that the AXSelection property is correctly reported for non-native te
xt boxes. | |
2 Some text in a textbox (34 chars). | |
3 PASS: axSelection is {0, 0} (Collapsed selection at start) | |
4 PASS: axSelection is {34, 0} (Collapsed selection at end) | |
5 PASS: axSelection is {15, 0} (Collapsed selection in the middle) | |
6 PASS: axSelection is {15, 2} (Non-collapsed selection in the middle) | |
7 PASS: axSelection is {0, 15} (Non-collapsed selection at the start) | |
8 PASS: axSelection is {15, 19} (Non-collapsed selection at the end) | |
9 PASS successfullyParsed is true | |
10 | |
11 TEST COMPLETE | |
12 | |
OLD | NEW |