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

Side by Side Diff: LayoutTests/accessibility/role-attribute-expected.txt

Issue 1004803004: Add handling to respect role attribute in AXObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « LayoutTests/accessibility/role-attribute.html ('k') | Source/modules/accessibility/AXListBox.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Explicit Item 1
2 Explicit Item 2
3 Explicit Item 3
4 Implicit Item 1
5 Implicit Item 2
6 Implicit Item 3
7
8 End of test
9
10 This tests that the role attribute is not missed.
11
12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
13
14
15 AXRole: AXWebArea AXValue:
16 AXRole: AXRadioGroup AXValue:
17 AXRole: AXRadioButton AXValue:
18 AXRole: AXRadioButton AXValue:
19 AXRole: AXRadioButton AXValue:
20 AXRole: AXList AXValue:
21 AXRole: AXListItem AXValue:
22 AXRole: AXListMarker AXValue: 1
23 AXRole: AXStaticText AXValue: Implicit Item 1
24 AXRole: AXInlineTextBox AXValue: Implicit Item 1
25 AXRole: AXListItem AXValue:
26 AXRole: AXListMarker AXValue: 2
27 AXRole: AXStaticText AXValue: Implicit Item 2
28 AXRole: AXInlineTextBox AXValue: Implicit Item 2
29 AXRole: AXListItem AXValue:
30 AXRole: AXListMarker AXValue: 3
31 AXRole: AXStaticText AXValue: Implicit Item 3
32 AXRole: AXInlineTextBox AXValue: Implicit Item 3
33 AXRole: AXGroup AXValue:
34 AXRole: AXGroup AXValue:
35 AXRole: AXTextField AXValue: Explicit Option 1
36 AXRole: AXTextField AXValue: Explicit Option 2
37 AXRole: AXListBox AXValue:
38 AXRole: AXListBoxOption AXValue: Implicit Option 1
39 AXRole: AXListBoxOption AXValue: Implicit Option 2
40 AXRole: AXStatus AXValue:
41 AXRole: AXProgressIndicator AXValue:
42 AXRole: AXStatus AXValue: 5
43 AXRole: AXSliderThumb AXValue:
44 AXRole: AXSlider AXValue: 5
45 AXRole: AXSliderThumb AXValue:
46 AXRole: AXParagraph AXValue:
47 AXRole: AXStaticText AXValue: End of test
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/role-attribute.html ('k') | Source/modules/accessibility/AXListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698