Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1461)

Unified Diff: third_party/WebKit/LayoutTests/accessibility/is-ignored-change-sends-notification-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698