Index: third_party/WebKit/LayoutTests/accessibility/is-ignored-change-sends-notification-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/accessibility/is-ignored-change-sends-notification-expected.txt b/third_party/WebKit/LayoutTests/accessibility/is-ignored-change-sends-notification-expected.txt |
index 2f88f069e5baf3f8830ffc40cd4ad2ae2116a475..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/is-ignored-change-sends-notification-expected.txt |
+++ b/third_party/WebKit/LayoutTests/accessibility/is-ignored-change-sends-notification-expected.txt |
@@ -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 |
- |