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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Visit Chromium Click the text! Button
2 Copyright 2015.
3 I have a checkbox Radio Button
4 I have a menuItem Menu ItemRadio
5 Birthday: Birthday(date and time): Birthday(datetime-local): Birthday (month and year): Select a week: Select a file: Min-Max: Color: Select a time:
6 0 100 + =
7 Blue Red
8 Text Input Controls
9 Text:
10 Password:
11 This test make sure that focusable elements are mapped implicitly to AX roles.
12
13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
14
15
16 normal_link_id
17 PASS elem.role is "AXRole: AXLink"
18 mousedown_link_id
19 PASS elem.role is "AXRole: AXLink"
20 button_id
21 PASS elem.role is "AXRole: AXButton"
22 details_id
23 PASS elem.role is "AXRole: AXDetails"
24 summary_id
25 PASS elem.role is "AXRole: AXDisclosureTriangle"
26 input_datalist_id
27 PASS elem.role is "AXRole: AXComboBox"
28 input_button_id
29 PASS elem.role is "AXRole: AXButton"
30 input_checkbox_id
31 PASS elem.role is "AXRole: AXCheckBox"
32 input_radio_id
33 PASS elem.role is "AXRole: AXRadioButton"
34 menu_button_id
35 PASS elem.role is "AXRole: AXButton"
36 menu_checkbox_id
37 PASS elem.role is "AXRole: AXMenuItemCheckBox"
38 menu_radio_id
39 PASS elem.role is "AXRole: AXMenuItemRadio"
40 input_date_id
41 PASS elem.role is "AXRole: AXDateField"
42 input_datetime_id
43 PASS elem.role is "AXRole: AXTextField"
44 input_datetime-local_id
45 PASS elem.role is "AXRole: AXDateTimeField"
46 input_month_id
47 PASS elem.role is "AXRole: AXDateTimeField"
48 input_week_id
49 PASS elem.role is "AXRole: AXDateTimeField"
50 input_file_id
51 PASS elem.role is "AXRole: AXButton"
52 input_number_id
53 PASS elem.role is "AXRole: AXSpinButton"
54 input_range_id
55 PASS elem.role is "AXRole: AXSlider"
56 input_color_id
57 PASS elem.role is "AXRole: AXColorWell"
58 input_time_id
59 PASS elem.role is "AXRole: AXTime"
60 input_reset_id
61 PASS elem.role is "AXRole: AXButton"
62 select_id
63 PASS elem.role is "AXRole: AXPopUpButton"
64 PASS axMenuListPopup.role is "AXRole: AXMenuListPopup"
65 select_option_id
66 PASS axMenuListOption.role is "AXRole: AXMenuListOption"
67 select_multiple_id
68 PASS elem.role is "AXRole: AXListBox"
69 select_multiple_option_id
70 PASS elem.role is "AXRole: AXListBoxOption"
71 textarea_id
72 PASS elem.role is "AXRole: AXTextField"
73 meter_id
74 PASS elem.role is "AXRole: AXMeter"
75 output_id
76 PASS elem.role is "AXRole: AXStatus"
77 input_radio_id
78 PASS elem.role is "AXRole: AXRadioButton"
79 legend_id
80 PASS elem.role is "AXRole: AXLegend"
81 input_text_id
82 PASS elem.role is "AXRole: AXTextField"
83 input_password_id
84 PASS elem.role is "AXRole: AXTextField"
85 PASS successfullyParsed is true
86
87 TEST COMPLETE
88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698