| OLD | NEW |
| 1 This test makes sure that a generic focusable div can get accessibility focus. | 1 This test makes sure that a generic focusable div can get accessibility focus. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS axContainer.childAtIndex(0).role is "AXRole: AXHorizontalRule" | 6 PASS axContainer.childAtIndex(0).role is "AXRole: AXHorizontalRule" |
| 7 PASS axContainer.childAtIndex(1).role is "AXRole: AXParagraph" | 7 PASS axContainer.childAtIndex(1).role is "AXRole: AXParagraph" |
| 8 PASS axContainer.childAtIndex(2).role is "AXRole: AXLabel" | 8 PASS axContainer.childAtIndex(2).role is "AXRole: AXLabel" |
| 9 PASS axContainer.childAtIndex(3).role is "AXRole: AXForm" | 9 PASS axContainer.childAtIndex(3).role is "AXRole: AXForm" |
| 10 PASS axContainer.childAtIndex(4).role is "AXRole: AXDiv" | 10 PASS axContainer.childAtIndex(4).role is "AXRole: AXDiv" |
| 11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 12 | 12 |
| 13 TEST COMPLETE | 13 TEST COMPLETE |
| 14 | 14 |
| OLD | NEW |