Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / is-ignored-change-sends-notification-expected.txt
blob2f88f069e5baf3f8830ffc40cd4ad2ae2116a475
1 This test ensures that a change to accessibilityIsIgnored fires a children changed notification on the parent.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
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
30 TEST COMPLETE