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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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 AXValue: 15 AXRole: AXWebArea
16 AXRole: AXRadioGroup AXValue: 16 AXRole: AXRadioGroup
17 AXRole: AXRadioButton AXValue: 17 AXRole: AXRadioButton "Explicit Item 1"
18 AXRole: AXRadioButton AXValue: 18 AXRole: AXRadioButton "Explicit Item 2"
19 AXRole: AXRadioButton AXValue: 19 AXRole: AXRadioButton "Explicit Item 3"
20 AXRole: AXList AXValue: 20 AXRole: AXList
21 AXRole: AXListItem AXValue: 21 AXRole: AXListItem "Implicit Item 1"
22 AXRole: AXListMarker AXValue: 1 22 AXRole: AXListMarker "1"
23 AXRole: AXStaticText AXValue: Implicit Item 1 23 AXRole: AXStaticText "Implicit Item 1"
24 AXRole: AXInlineTextBox AXValue: Implicit Item 1 24 AXRole: AXInlineTextBox "Implicit Item 1"
25 AXRole: AXListItem AXValue: 25 AXRole: AXListItem "Implicit Item 2"
26 AXRole: AXListMarker AXValue: 2 26 AXRole: AXListMarker "2"
27 AXRole: AXStaticText AXValue: Implicit Item 2 27 AXRole: AXStaticText "Implicit Item 2"
28 AXRole: AXInlineTextBox AXValue: Implicit Item 2 28 AXRole: AXInlineTextBox "Implicit Item 2"
29 AXRole: AXListItem AXValue: 29 AXRole: AXListItem "Implicit Item 3"
30 AXRole: AXListMarker AXValue: 3 30 AXRole: AXListMarker "3"
31 AXRole: AXStaticText AXValue: Implicit Item 3 31 AXRole: AXStaticText "Implicit Item 3"
32 AXRole: AXInlineTextBox AXValue: Implicit Item 3 32 AXRole: AXInlineTextBox "Implicit Item 3"
33 AXRole: AXGroup AXValue: 33 AXRole: AXGroup
34 AXRole: AXGroup AXValue: 34 AXRole: AXGroup
35 AXRole: AXTextField AXValue: Explicit Option 1 35 AXRole: AXTextField "Explicit Option 1"
36 AXRole: AXTextField AXValue: Explicit Option 2 36 AXRole: AXTextField "Explicit Option 2"
37 AXRole: AXListBox AXValue: 37 AXRole: AXListBox
38 AXRole: AXListBoxOption AXValue: Implicit Option 1 38 AXRole: AXListBoxOption "Implicit Option 1"
39 AXRole: AXListBoxOption AXValue: Implicit Option 2 39 AXRole: AXListBoxOption "Implicit Option 2"
40 AXRole: AXStatus AXValue: 40 AXRole: AXStatus
41 AXRole: AXProgressIndicator AXValue: 41 AXRole: AXProgressIndicator
42 AXRole: AXStatus AXValue: 5 42 AXRole: AXStatus
43 AXRole: AXSliderThumb AXValue: 43 AXRole: AXSliderThumb
44 AXRole: AXSlider AXValue: 5 44 AXRole: AXSlider
45 AXRole: AXSliderThumb AXValue: 45 AXRole: AXSliderThumb
46 AXRole: AXParagraph AXValue: 46 AXRole: AXParagraph
47 AXRole: AXStaticText AXValue: End of test 47 AXRole: AXStaticText "End of test"
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698