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

Unified Diff: LayoutTests/accessibility/element-role-mapping-focusable.html

Issue 1161433004: Enable element-role-mapping-focusable.html in LayoutTests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/accessibility/element-role-mapping-focusable-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/element-role-mapping-focusable.html
diff --git a/LayoutTests/accessibility/element-role-mapping-focusable.html b/LayoutTests/accessibility/element-role-mapping-focusable.html
index b9d4e0b86558495414a4f95e873c21f164fdb798..85a66ba37142b4d72cd2312b212286fec065651f 100644
--- a/LayoutTests/accessibility/element-role-mapping-focusable.html
+++ b/LayoutTests/accessibility/element-role-mapping-focusable.html
@@ -122,7 +122,7 @@ if (window.testRunner && window.accessibilityController) {
hasRole("input_number_id", "AXRole: AXSpinButton");
hasRole("input_range_id", "AXRole: AXSlider");
hasRole("input_color_id", "AXRole: AXColorWell");
- hasRole("input_time_id", "AXRole: AXUnknown");
+ hasRole("input_time_id", "AXRole: AXInputTime");
hasRole("input_reset_id", "AXRole: AXButton");
hasSingleSelectRole("select_id", "select_option_id");
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/accessibility/element-role-mapping-focusable-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698