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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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"
18 AXRole: AXRadioButton "Explicit Item 2" 18 AXRole: AXRadioButton "Explicit Item 2"
19 AXRole: AXRadioButton "Explicit Item 3" 19 AXRole: AXRadioButton "Explicit Item 3"
20 AXRole: AXList 20 AXRole: AXList
21 AXRole: AXListItem "Implicit Item 1" 21 AXRole: AXListItem
22 AXRole: AXListMarker "1" 22 AXRole: AXListMarker "1"
23 AXRole: AXStaticText "Implicit Item 1" 23 AXRole: AXStaticText "Implicit Item 1"
24 AXRole: AXInlineTextBox "Implicit Item 1" 24 AXRole: AXInlineTextBox "Implicit Item 1"
25 AXRole: AXListItem "Implicit Item 2" 25 AXRole: AXListItem
26 AXRole: AXListMarker "2" 26 AXRole: AXListMarker "2"
27 AXRole: AXStaticText "Implicit Item 2" 27 AXRole: AXStaticText "Implicit Item 2"
28 AXRole: AXInlineTextBox "Implicit Item 2" 28 AXRole: AXInlineTextBox "Implicit Item 2"
29 AXRole: AXListItem "Implicit Item 3" 29 AXRole: AXListItem
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"
(...skipping 10 matching lines...) Expand all
50 AXRole: AXStatus 50 AXRole: AXStatus
51 AXRole: AXSliderThumb 51 AXRole: AXSliderThumb
52 AXRole: AXSlider 52 AXRole: AXSlider
53 AXRole: AXSliderThumb 53 AXRole: AXSliderThumb
54 AXRole: AXParagraph 54 AXRole: AXParagraph
55 AXRole: AXStaticText "End of test" 55 AXRole: AXStaticText "End of test"
56 PASS successfullyParsed is true 56 PASS successfullyParsed is true
57 57
58 TEST COMPLETE 58 TEST COMPLETE
59 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698