| Index: LayoutTests/platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt
|
| diff --git a/LayoutTests/platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt b/LayoutTests/platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt
|
| deleted file mode 100644
|
| index 2f88f069e5baf3f8830ffc40cd4ad2ae2116a475..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -This test ensures that a change to accessibilityIsIgnored fires a children changed notification on the parent.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS accessibleElementById('hiddenDivContainer') != null is true
|
| -PASS accessibleElementById('hiddenDiv') != null is false
|
| -PASS accessibleElementById('invisibleDivContainer') != null is true
|
| -PASS accessibleElementById('invisibleDiv') != null is false
|
| -PASS accessibleElementById('emptyDivContainer') != null is true
|
| -PASS accessibleElementById('emptyDiv') != null is false
|
| -PASS accessibleElementById('divWithoutRoleContainer') != null is true
|
| -PASS accessibleElementById('divWithoutRole') != null is false
|
| -PASS accessibleElementById('divWithoutLabelContainer') != null is true
|
| -PASS accessibleElementById('divWithoutLabel') != null is false
|
| -
|
| -Got ChildrenChanged notification on hiddenDivContainer
|
| -PASS accessibleElementById('hiddenDivContainer').childrenCount is 1
|
| -Got ChildrenChanged notification on invisibleDivContainer
|
| -PASS accessibleElementById('invisibleDivContainer').childrenCount is 1
|
| -Got ChildrenChanged notification on emptyDivContainer
|
| -PASS accessibleElementById('emptyDivContainer').childrenCount is 1
|
| -Got ChildrenChanged notification on divWithoutRoleContainer
|
| -PASS accessibleElementById('divWithoutRoleContainer').childrenCount is 1
|
| -Got ChildrenChanged notification on divWithoutLabelContainer
|
| -PASS accessibleElementById('divWithoutLabelContainer').childrenCount is 1
|
| -All notifications received successfully.
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|