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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt

Issue 1561533003: AXMenuListOption should respect role attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/role-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt b/third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt
index 5948ec0afc076e2bbc6b56e8fa0f77fe9b89b0e4..6771d6449495a8f9fe2789476b3dc7aacddd7ef8 100644
--- a/third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt
@@ -4,7 +4,7 @@ Explicit Item 3
Implicit Item 1
Implicit Item 2
Implicit Item 3
-
+
End of test
This tests that the role attribute is not missed.
@@ -37,6 +37,14 @@ AXRole: AXWebArea
AXRole: AXListBox
AXRole: AXListBoxOption "Implicit Option 1"
AXRole: AXListBoxOption "Implicit Option 2"
+ AXRole: AXGroup
+ AXRole: AXMenuListPopup
+ AXRole: AXTextField "Explicit dropdown 1"
+ AXRole: AXTextField "Explicit dropdown 2"
+ AXRole: AXPopUpButton
+ AXRole: AXMenuListPopup
+ AXRole: AXMenuListOption "Implicit dropdown 1"
+ AXRole: AXMenuListOption "Implicit dropdown 2"
AXRole: AXStatus
AXRole: AXProgressIndicator
AXRole: AXStatus

Powered by Google App Engine
This is Rietveld 408576698