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

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

Issue 51743003: Treat inert nodes as aria-hidden instead of aria-disabled. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments Created 7 years, 2 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
« no previous file with comments | « LayoutTests/accessibility/inert-node-is-hidden.html ('k') | Source/core/accessibility/AXNodeObject.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
new file mode 100644
index 0000000000000000000000000000000000000000..fac156d3fdda5e601da445614abbf69bb3be2bf1
--- /dev/null
+++ b/LayoutTests/accessibility/inert-node-is-hidden-expected.txt
@@ -0,0 +1,16 @@
+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/AXNodeObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698