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

Unified Diff: LayoutTests/platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: 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
-

Powered by Google App Engine
This is Rietveld 408576698