| OLD | NEW |
| 1 This test ensures that a change to accessibilityIsIgnored fires a children chang
ed notification on the parent. | 1 This test ensures that a change to accessibilityIsIgnored fires a children chang
ed notification on the parent. |
| 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 accessibleElementById('hiddenDivContainer') != null is true | 6 PASS accessibleElementById('hiddenDivContainer') != null is true |
| 7 PASS accessibleElementById('hiddenDiv') != null is false | 7 PASS accessibleElementById('hiddenDiv') != null is false |
| 8 PASS accessibleElementById('invisibleDivContainer') != null is true | 8 PASS accessibleElementById('invisibleDivContainer') != null is true |
| 9 PASS accessibleElementById('invisibleDiv') != null is false | 9 PASS accessibleElementById('invisibleDiv') != null is false |
| 10 PASS accessibleElementById('emptyDivContainer') != null is true | 10 PASS accessibleElementById('emptyDivContainer') != null is true |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 PASS accessibleElementById('emptyDivContainer').childrenCount is 1 | 22 PASS accessibleElementById('emptyDivContainer').childrenCount is 1 |
| 23 Got ChildrenChanged notification on divWithoutRoleContainer | 23 Got ChildrenChanged notification on divWithoutRoleContainer |
| 24 PASS accessibleElementById('divWithoutRoleContainer').childrenCount is 1 | 24 PASS accessibleElementById('divWithoutRoleContainer').childrenCount is 1 |
| 25 Got ChildrenChanged notification on divWithoutLabelContainer | 25 Got ChildrenChanged notification on divWithoutLabelContainer |
| 26 PASS accessibleElementById('divWithoutLabelContainer').childrenCount is 1 | 26 PASS accessibleElementById('divWithoutLabelContainer').childrenCount is 1 |
| 27 All notifications received successfully. | 27 All notifications received successfully. |
| 28 PASS successfullyParsed is true | 28 PASS successfullyParsed is true |
| 29 | 29 |
| 30 TEST COMPLETE | 30 TEST COMPLETE |
| 31 | 31 |
| OLD | NEW |