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

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

Issue 1012383002: Removes direct checking node on AXLayoutObject::determineAccessibilityRole. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update nits Created 5 years, 8 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: LayoutTests/accessibility/element-role-mapping-focusable-expected.txt
diff --git a/LayoutTests/accessibility/element-role-mapping-focusable-expected.txt b/LayoutTests/accessibility/element-role-mapping-focusable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a8746373ff43bdc9678108a8f92bd8aab2452bc4
--- /dev/null
+++ b/LayoutTests/accessibility/element-role-mapping-focusable-expected.txt
@@ -0,0 +1,88 @@
+Visit Chromium Click the text! Button
+Copyright 2015.
+ I have a checkbox Radio Button
+ I have a menuItem Menu ItemRadio
+Birthday: Birthday(date and time): Birthday(datetime-local): Birthday (month and year): Select a week: Select a file: Min-Max: Color: Select a time:
+0 100 + =
+Blue Red
+Text Input Controls
+Text:
+Password:
+This test make sure that focusable elements are mapped implicitly to AX roles.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+normal_link_id
+PASS elem.role is "AXRole: AXLink"
+mousedown_link_id
+PASS elem.role is "AXRole: AXLink"
+button_id
+PASS elem.role is "AXRole: AXButton"
+details_id
+PASS elem.role is "AXRole: AXDetails"
+summary_id
+PASS elem.role is "AXRole: AXDisclosureTriangle"
+input_datalist_id
+PASS elem.role is "AXRole: AXComboBox"
+input_button_id
+PASS elem.role is "AXRole: AXButton"
+input_checkbox_id
+PASS elem.role is "AXRole: AXCheckBox"
+input_radio_id
+PASS elem.role is "AXRole: AXRadioButton"
+menu_button_id
+PASS elem.role is "AXRole: AXButton"
+menu_checkbox_id
+PASS elem.role is "AXRole: AXMenuItemCheckBox"
+menu_radio_id
+PASS elem.role is "AXRole: AXMenuItemRadio"
+input_date_id
+PASS elem.role is "AXRole: AXDateField"
+input_datetime_id
+PASS elem.role is "AXRole: AXTextField"
+input_datetime-local_id
+PASS elem.role is "AXRole: AXDateTimeField"
+input_month_id
+PASS elem.role is "AXRole: AXDateTimeField"
+input_week_id
+PASS elem.role is "AXRole: AXDateTimeField"
+input_file_id
+PASS elem.role is "AXRole: AXButton"
+input_number_id
+PASS elem.role is "AXRole: AXSpinButton"
+input_range_id
+PASS elem.role is "AXRole: AXSlider"
+input_color_id
+PASS elem.role is "AXRole: AXColorWell"
+input_time_id
+PASS elem.role is "AXRole: AXTime"
+input_reset_id
+PASS elem.role is "AXRole: AXButton"
+select_id
+PASS elem.role is "AXRole: AXPopUpButton"
+PASS axMenuListPopup.role is "AXRole: AXMenuListPopup"
+select_option_id
+PASS axMenuListOption.role is "AXRole: AXMenuListOption"
+select_multiple_id
+PASS elem.role is "AXRole: AXListBox"
+select_multiple_option_id
+PASS elem.role is "AXRole: AXListBoxOption"
+textarea_id
+PASS elem.role is "AXRole: AXTextField"
+meter_id
+PASS elem.role is "AXRole: AXMeter"
+output_id
+PASS elem.role is "AXRole: AXStatus"
+input_radio_id
+PASS elem.role is "AXRole: AXRadioButton"
+legend_id
+PASS elem.role is "AXRole: AXLegend"
+input_text_id
+PASS elem.role is "AXRole: AXTextField"
+input_password_id
+PASS elem.role is "AXRole: AXTextField"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698