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

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

Issue 2893683002: Selection follows focus/activedescendant in single selection containers (Closed)
Patch Set: Last test to fix we hope Created 3 years, 7 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: third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt
index 2ccd1b7a34e9cd402de8551b04643dbdac85f0dc..800d431b2392785b7fedc41419013b8ba113fd6f 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt
@@ -1,5 +1,10 @@
link submit
+treeitem
+option
+tab
+gridcell
+checkbox
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".
@@ -10,6 +15,11 @@ PASS textField.isEnabled is true
PASS group.isEnabled is false
PASS link.isEnabled is false
PASS button.isEnabled is true
+PASS treeitem.isEnabled is false
+PASS option.isEnabled is false
+PASS tab.isEnabled is false
+PASS gridcell.isEnabled is false
+PASS checkbox.isEnabled is false
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698