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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/accessibility/role-attribute.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/role-attribute.html b/third_party/WebKit/LayoutTests/accessibility/role-attribute.html
index d8c51f75a0b639aefee9cafb8c43dddc876bde05..7f35c958776e4e2591369547421b40e8d8a7d1a6 100644
--- a/third_party/WebKit/LayoutTests/accessibility/role-attribute.html
+++ b/third_party/WebKit/LayoutTests/accessibility/role-attribute.html
@@ -18,6 +18,14 @@
<option>Implicit Option 1</option>
<option>Implicit Option 2</option>
</select>
+<select role="group">
+ <option role="textbox">Explicit dropdown 1</option>
+ <option role="textbox">Explicit dropdown 2</option>
+</select>
+<select>
+ <option>Implicit dropdown 1</option>
+ <option>Implicit dropdown 2</option>
+</select>
<progress value="22" max="100" role="status"></progress>
<progress value="22" max="100"></progress>
<input type="range" name="points" min="0" max="10" role="status">
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/accessibility/role-attribute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698