| 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 | 9 AXRole: AXWebArea |
| 10 AXRole: AXTable "table" | 10 AXRole: AXTable "table" |
| 11 AXRole: AXRow | 11 AXRole: AXRow |
| 12 AXRole: AXCell | 12 AXRole: AXCell "1" |
| 13 AXRole: AXStaticText "1" | 13 AXRole: AXStaticText "1" |
| 14 AXRole: AXInlineTextBox "1" | 14 AXRole: AXInlineTextBox "1" |
| 15 AXRole: AXCell | 15 AXRole: AXCell "2" |
| 16 AXRole: AXStaticText "2" | 16 AXRole: AXStaticText "2" |
| 17 AXRole: AXInlineTextBox "2" | 17 AXRole: AXInlineTextBox "2" |
| 18 AXRole: AXParagraph | 18 AXRole: AXParagraph |
| 19 AXRole: AXStaticText "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 |