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

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 TC 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 chromium Mouse Down 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 (date and time-local): Birthday (month and year): Select a week: Select a file: Min-Max: Color: Select a tim e:
6 0 100 + =
7 Blue Red
8 Text Input Controls
9 Text:
10 Password:
11 End of test
12
13 This test make sure that focusable elements are mapped implicitly to AX roles.
14
15 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
16
17
18 PASS axElement.role is 'AXRole: AXLink'
19 PASS axElement.role is 'AXRole: AXLink'
20 PASS axElement.role is 'AXRole: AXButton'
21 PASS axElement.role is 'AXRole: AXDetails'
22 PASS axElement.role is 'AXRole: AXDisclosureTriangle'
23 PASS axElement.role is 'AXRole: AXComboBox'
24 PASS axElement.role is 'AXRole: AXButton'
25 PASS axElement.role is 'AXRole: AXCheckBox'
26 PASS axElement.role is 'AXRole: AXRadioButton'
27 PASS axElement.role is 'AXRole: AXRadioButton'
28 PASS axElement.role is 'AXRole: AXMenuItem'
29 PASS axElement.role is 'AXRole: AXMenuItemCheckBox'
30 PASS axElement.role is 'AXRole: AXMenuItemRadio'
31 PASS axElement.role is 'AXRole: AXMenuItemRadio'
32 PASS axElement.role is 'AXRole: AXDateField'
33 PASS axElement.role is 'AXRole: AXTextField'
34 PASS axElement.role is 'AXRole: AXDateTimeField'
35 PASS axElement.role is 'AXRole: AXDateTimeField'
36 PASS axElement.role is 'AXRole: AXDateTimeField'
37 PASS axElement.role is 'AXRole: AXButton'
38 PASS axElement.role is 'AXRole: AXSpinButton'
39 PASS axElement.role is 'AXRole: AXSlider'
40 PASS axElement.role is 'AXRole: AXColorWell'
41 PASS axElement.role is 'AXRole: AXTime'
42 PASS axElement.role is 'AXRole: AXButton'
43 PASS axElement.role is 'AXRole: AXPopUpButton'
44 PASS axElement.role is 'AXRole: AXListBox'
45 PASS axElement.role is 'AXRole: AXListBoxOption'
46 PASS axElement.role is 'AXRole: AXTextArea'
47 PASS axElement.role is 'AXRole: AXMeter'
48 PASS axElement.role is 'AXRole: AXStatus'
49 PASS axElement.role is 'AXRole: AXRadioButton'
50 PASS axElement.role is 'AXRole: AXLegend'
51 PASS axElement.role is 'AXRole: AXTextField'
52 PASS axElement.role is 'AXRole: AXTextField'
53 PASS successfullyParsed is true
54
55 TEST COMPLETE
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698