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

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

Issue 1561533003: AXMenuListOption should respect role attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
1 Explicit Item 1 1 Explicit Item 1
2 Explicit Item 2 2 Explicit Item 2
3 Explicit Item 3 3 Explicit Item 3
4 Implicit Item 1 4 Implicit Item 1
5 Implicit Item 2 5 Implicit Item 2
6 Implicit Item 3 6 Implicit Item 3
7 7
8 End of test 8 End of test
9 9
10 This tests that the role attribute is not missed. 10 This tests that the role attribute is not missed.
11 11
12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
13 13
14 14
15 AXRole: AXWebArea 15 AXRole: AXWebArea
16 AXRole: AXRadioGroup 16 AXRole: AXRadioGroup
17 AXRole: AXRadioButton "Explicit Item 1" 17 AXRole: AXRadioButton "Explicit Item 1"
(...skipping 12 matching lines...) Expand all
30 AXRole: AXListMarker "3" 30 AXRole: AXListMarker "3"
31 AXRole: AXStaticText "Implicit Item 3" 31 AXRole: AXStaticText "Implicit Item 3"
32 AXRole: AXInlineTextBox "Implicit Item 3" 32 AXRole: AXInlineTextBox "Implicit Item 3"
33 AXRole: AXGroup 33 AXRole: AXGroup
34 AXRole: AXGroup 34 AXRole: AXGroup
35 AXRole: AXTextField "Explicit Option 1" 35 AXRole: AXTextField "Explicit Option 1"
36 AXRole: AXTextField "Explicit Option 2" 36 AXRole: AXTextField "Explicit Option 2"
37 AXRole: AXListBox 37 AXRole: AXListBox
38 AXRole: AXListBoxOption "Implicit Option 1" 38 AXRole: AXListBoxOption "Implicit Option 1"
39 AXRole: AXListBoxOption "Implicit Option 2" 39 AXRole: AXListBoxOption "Implicit Option 2"
40 AXRole: AXGroup
41 AXRole: AXMenuListPopup
42 AXRole: AXTextField "Explicit dropdown 1"
43 AXRole: AXTextField "Explicit dropdown 2"
44 AXRole: AXPopUpButton
45 AXRole: AXMenuListPopup
46 AXRole: AXMenuListOption "Implicit dropdown 1"
47 AXRole: AXMenuListOption "Implicit dropdown 2"
40 AXRole: AXStatus 48 AXRole: AXStatus
41 AXRole: AXProgressIndicator 49 AXRole: AXProgressIndicator
42 AXRole: AXStatus 50 AXRole: AXStatus
43 AXRole: AXSliderThumb 51 AXRole: AXSliderThumb
44 AXRole: AXSlider 52 AXRole: AXSlider
45 AXRole: AXSliderThumb 53 AXRole: AXSliderThumb
46 AXRole: AXParagraph 54 AXRole: AXParagraph
47 AXRole: AXStaticText "End of test" 55 AXRole: AXStaticText "End of test"
48 PASS successfullyParsed is true 56 PASS successfullyParsed is true
49 57
50 TEST COMPLETE 58 TEST COMPLETE
51 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698