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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This tests that inert elements are not in the AT tree.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS accessibilityController.accessibleElementById('input') is non-null.
7 PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is true
8 PASS accessibilityController.accessibleElementById('input') is null
9 PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is false
10 PASS accessibilityController.accessibleElementById('input') is non-null.
11 PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is true
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15 This content should not be exposed to AT when a modal dialog is open.
16
OLDNEW
« 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