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

Unified Diff: LayoutTests/accessibility/aria-disabled-expected.txt

Issue 1012663002: Aria disabled does not apply to descendant elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed methods names to ..DisabledNode() Created 5 years, 9 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/aria-disabled.html ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-disabled-expected.txt
diff --git a/LayoutTests/accessibility/aria-disabled-expected.txt b/LayoutTests/accessibility/aria-disabled-expected.txt
index e465d9bb7855fd15da77ee3fdc8c1dcf3f364b0b..2ccd1b7a34e9cd402de8551b04643dbdac85f0dc 100644
--- a/LayoutTests/accessibility/aria-disabled-expected.txt
+++ b/LayoutTests/accessibility/aria-disabled-expected.txt
@@ -1,11 +1,15 @@
+link submit
This tests that the aria-disabled attribute works. The text field should not be enabled.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS succeeded is false
-PASS succeeded is true
+PASS textField.isEnabled is false
+PASS textField.isEnabled is true
+PASS group.isEnabled is false
+PASS link.isEnabled is false
+PASS button.isEnabled is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/accessibility/aria-disabled.html ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698