| OLD | NEW |
| (Empty) |
| 1 This test ensures that a change to accessibilityIsIgnored fires a children chang
ed notification on the parent. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS accessibleElementById('hiddenDivContainer') != null is true | |
| 7 PASS accessibleElementById('hiddenDiv') != null is false | |
| 8 PASS accessibleElementById('invisibleDivContainer') != null is true | |
| 9 PASS accessibleElementById('invisibleDiv') != null is false | |
| 10 PASS accessibleElementById('emptyDivContainer') != null is true | |
| 11 PASS accessibleElementById('emptyDiv') != null is false | |
| 12 PASS accessibleElementById('divWithoutRoleContainer') != null is true | |
| 13 PASS accessibleElementById('divWithoutRole') != null is false | |
| 14 PASS accessibleElementById('divWithoutLabelContainer') != null is true | |
| 15 PASS accessibleElementById('divWithoutLabel') != null is false | |
| 16 | |
| 17 Got ChildrenChanged notification on hiddenDivContainer | |
| 18 PASS accessibleElementById('hiddenDivContainer').childrenCount is 1 | |
| 19 Got ChildrenChanged notification on invisibleDivContainer | |
| 20 PASS accessibleElementById('invisibleDivContainer').childrenCount is 1 | |
| 21 Got ChildrenChanged notification on emptyDivContainer | |
| 22 PASS accessibleElementById('emptyDivContainer').childrenCount is 1 | |
| 23 Got ChildrenChanged notification on divWithoutRoleContainer | |
| 24 PASS accessibleElementById('divWithoutRoleContainer').childrenCount is 1 | |
| 25 Got ChildrenChanged notification on divWithoutLabelContainer | |
| 26 PASS accessibleElementById('divWithoutLabelContainer').childrenCount is 1 | |
| 27 All notifications received successfully. | |
| 28 PASS successfullyParsed is true | |
| 29 | |
| 30 TEST COMPLETE | |
| 31 | |
| OLD | NEW |