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

Side by Side Diff: LayoutTests/accessibility/listitem-presentation-inherited-expected.txt

Issue 1039873002: AX presentation role should be inherited to its required owned elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved code to AXNodeObject Created 5 years, 8 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 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 AXValue:
15 AXRole: AXListItem AXValue: 15 AXRole: AXListItem AXValue:
16 AXRole: AXListMarker AXValue: • 16 AXRole: AXListMarker AXValue: •
17 AXRole: AXStaticText AXValue: Item 1 17 AXRole: AXStaticText AXValue: Item 1
18 AXRole: AXInlineTextBox AXValue: Item 1 18 AXRole: AXInlineTextBox AXValue: Item 1
19 AXRole: AXListItem AXValue: 19 AXRole: AXListItem AXValue:
20 AXRole: AXListMarker AXValue: • 20 AXRole: AXListMarker AXValue: •
21 AXRole: AXStaticText AXValue: Item 2 21 AXRole: AXStaticText AXValue: Item 2
22 AXRole: AXInlineTextBox AXValue: Item 2 22 AXRole: AXInlineTextBox AXValue: Item 2
23 AXRole: AXListItem AXValue: 23 AXRole: AXListItem AXValue:
24 AXRole: AXListMarker AXValue: • 24 AXRole: AXListMarker AXValue: •
25 AXRole: AXStaticText AXValue: Item 3 25 AXRole: AXStaticText AXValue: Item 3
26 AXRole: AXInlineTextBox AXValue: Item 3 26 AXRole: AXInlineTextBox AXValue: Item 3
27 AXRole: AXListMarker AXValue: •
28 AXRole: AXStaticText AXValue: Plain Text 1 27 AXRole: AXStaticText AXValue: Plain Text 1
29 AXRole: AXInlineTextBox AXValue: Plain Text 1 28 AXRole: AXInlineTextBox AXValue: Plain Text 1
30 AXRole: AXListMarker AXValue: •
31 AXRole: AXStaticText AXValue: Plain Text 2 29 AXRole: AXStaticText AXValue: Plain Text 2
32 AXRole: AXInlineTextBox AXValue: Plain Text 2 30 AXRole: AXInlineTextBox AXValue: Plain Text 2
33 AXRole: AXListMarker AXValue: •
34 AXRole: AXStaticText AXValue: Plain Text 3 31 AXRole: AXStaticText AXValue: Plain Text 3
35 AXRole: AXInlineTextBox AXValue: Plain Text 3 32 AXRole: AXInlineTextBox AXValue: Plain Text 3
36 AXRole: AXParagraph AXValue: 33 AXRole: AXParagraph AXValue:
37 AXRole: AXStaticText AXValue: End of test 34 AXRole: AXStaticText AXValue: End of test
38 PASS successfullyParsed is true 35 PASS successfullyParsed is true
39 36
40 TEST COMPLETE 37 TEST COMPLETE
41 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698