OLD | NEW |
1 1 2 | 1 1 2 |
2 End of test | 2 End of test |
3 | 3 |
4 Construct accessibility objects for a table with an empty thread tag. This can c
ause a crash. | 4 Construct accessibility objects for a table with an empty thread tag. This can c
ause a crash. |
5 | 5 |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
7 | 7 |
8 | 8 |
9 AXRole: AXWebArea AXValue: | 9 AXRole: AXWebArea |
10 AXRole: AXTable AXValue: | 10 AXRole: AXTable "table" |
11 AXRole: AXRow AXValue: | 11 AXRole: AXRow |
12 AXRole: AXCell AXValue: | 12 AXRole: AXCell |
13 AXRole: AXStaticText AXValue: 1 | 13 AXRole: AXStaticText "1" |
14 AXRole: AXInlineTextBox AXValue: 1 | 14 AXRole: AXInlineTextBox "1" |
15 AXRole: AXCell AXValue: | 15 AXRole: AXCell |
16 AXRole: AXStaticText AXValue: 2 | 16 AXRole: AXStaticText "2" |
17 AXRole: AXInlineTextBox AXValue: 2 | 17 AXRole: AXInlineTextBox "2" |
18 AXRole: AXParagraph AXValue: | 18 AXRole: AXParagraph |
19 AXRole: AXStaticText AXValue: End of test | 19 AXRole: AXStaticText "End of test" |
20 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
21 | 21 |
22 TEST COMPLETE | 22 TEST COMPLETE |
23 | 23 |
OLD | NEW |