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

Unified Diff: LayoutTests/accessibility/inert-node-is-hidden-expected.txt

Issue 70213002: Update the accessibility tree when a modal dialog is opened/closed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sync and remove inert-node-is-hidden.html Created 7 years, 1 month 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
« no previous file with comments | « LayoutTests/accessibility/inert-node-is-hidden.html ('k') | Source/core/accessibility/AXObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/inert-node-is-hidden-expected.txt
diff --git a/LayoutTests/accessibility/inert-node-is-hidden-expected.txt b/LayoutTests/accessibility/inert-node-is-hidden-expected.txt
deleted file mode 100644
index fac156d3fdda5e601da445614abbf69bb3be2bf1..0000000000000000000000000000000000000000
--- a/LayoutTests/accessibility/inert-node-is-hidden-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-This tests that inert elements are not in the AT tree.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS accessibilityController.accessibleElementById('input') is non-null.
-PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is true
-PASS accessibilityController.accessibleElementById('input') is null
-PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is false
-PASS accessibilityController.accessibleElementById('input') is non-null.
-PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-This content should not be exposed to AT when a modal dialog is open.
-
« no previous file with comments | « LayoutTests/accessibility/inert-node-is-hidden.html ('k') | Source/core/accessibility/AXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698