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

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

Issue 856473002: Inherit Presentation role only when elements without a explicit role defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
(Empty)
1 Item 1
2 Item 2
3 Item 3
4 Plain Text 1
5 Plain Text 2
6 Plain Text 3
7 End of test
8
9 This tests that the presentation role is inherited.
10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12
13
14 AXRole: AXWebArea AXValue:
15 AXRole: AXListItem AXValue:
16 AXRole: AXListMarker AXValue: •
17 AXRole: AXStaticText AXValue: Item 1
18 AXRole: AXInlineTextBox AXValue: Item 1
19 AXRole: AXListItem AXValue:
20 AXRole: AXListMarker AXValue: •
21 AXRole: AXStaticText AXValue: Item 2
22 AXRole: AXInlineTextBox AXValue: Item 2
23 AXRole: AXListItem AXValue:
24 AXRole: AXListMarker AXValue: •
25 AXRole: AXStaticText AXValue: Item 3
26 AXRole: AXInlineTextBox AXValue: Item 3
27 AXRole: AXListMarker AXValue: •
28 AXRole: AXStaticText AXValue: Plain Text 1
29 AXRole: AXInlineTextBox AXValue: Plain Text 1
30 AXRole: AXListMarker AXValue: •
31 AXRole: AXStaticText AXValue: Plain Text 2
32 AXRole: AXInlineTextBox AXValue: Plain Text 2
33 AXRole: AXListMarker AXValue: •
34 AXRole: AXStaticText AXValue: Plain Text 3
35 AXRole: AXInlineTextBox AXValue: Plain Text 3
36 AXRole: AXParagraph AXValue:
37 AXRole: AXStaticText AXValue: End of test
38 PASS successfullyParsed is true
39
40 TEST COMPLETE
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698