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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-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 Item 1 1 Item 1
2 Item 2 2 Item 2
3 Item 3 3 Item 3
4 Plain Text 1 4 Plain Text 1
5 Plain Text 2 5 Plain Text 2
6 Plain Text 3 6 Plain Text 3
7 End of test 7 End of test
8 8
9 This tests that the presentation role is inherited. 9 This tests that the presentation role is inherited.
10 10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12 12
13 13
14 AXRole: AXWebArea AXValue: 14 AXRole: AXWebArea
15 AXRole: AXListItem AXValue: 15 AXRole: AXListItem "Item 1"
16 AXRole: AXListMarker AXValue: • 16 AXRole: AXListMarker "•"
17 AXRole: AXStaticText AXValue: Item 1 17 AXRole: AXStaticText "Item 1"
18 AXRole: AXInlineTextBox AXValue: Item 1 18 AXRole: AXInlineTextBox "Item 1"
19 AXRole: AXListItem AXValue: 19 AXRole: AXListItem "Item 2"
20 AXRole: AXListMarker AXValue: • 20 AXRole: AXListMarker "•"
21 AXRole: AXStaticText AXValue: Item 2 21 AXRole: AXStaticText "Item 2"
22 AXRole: AXInlineTextBox AXValue: Item 2 22 AXRole: AXInlineTextBox "Item 2"
23 AXRole: AXListItem AXValue: 23 AXRole: AXListItem "Item 3"
24 AXRole: AXListMarker AXValue: • 24 AXRole: AXListMarker "•"
25 AXRole: AXStaticText AXValue: Item 3 25 AXRole: AXStaticText "Item 3"
26 AXRole: AXInlineTextBox AXValue: Item 3 26 AXRole: AXInlineTextBox "Item 3"
27 AXRole: AXStaticText AXValue: Plain Text 1 27 AXRole: AXStaticText "Plain Text 1"
28 AXRole: AXInlineTextBox AXValue: Plain Text 1 28 AXRole: AXInlineTextBox "Plain Text 1"
29 AXRole: AXStaticText AXValue: Plain Text 2 29 AXRole: AXStaticText "Plain Text 2"
30 AXRole: AXInlineTextBox AXValue: Plain Text 2 30 AXRole: AXInlineTextBox "Plain Text 2"
31 AXRole: AXStaticText AXValue: Plain Text 3 31 AXRole: AXStaticText "Plain Text 3"
32 AXRole: AXInlineTextBox AXValue: Plain Text 3 32 AXRole: AXInlineTextBox "Plain Text 3"
33 AXRole: AXParagraph AXValue: 33 AXRole: AXParagraph
34 AXRole: AXStaticText AXValue: End of test 34 AXRole: AXStaticText "End of test"
35 PASS successfullyParsed is true 35 PASS successfullyParsed is true
36 36
37 TEST COMPLETE 37 TEST COMPLETE
38 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698