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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-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 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 not 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 14 AXRole: AXWebArea
15 AXRole: AXListItem "Item 1" 15 AXRole: AXListItem
16 AXRole: AXListMarker "•" 16 AXRole: AXListMarker "•"
17 AXRole: AXStaticText "Item 1" 17 AXRole: AXStaticText "Item 1"
18 AXRole: AXInlineTextBox "Item 1" 18 AXRole: AXInlineTextBox "Item 1"
19 AXRole: AXListItem "Item 2" 19 AXRole: AXListItem
20 AXRole: AXListMarker "•" 20 AXRole: AXListMarker "•"
21 AXRole: AXStaticText "Item 2" 21 AXRole: AXStaticText "Item 2"
22 AXRole: AXInlineTextBox "Item 2" 22 AXRole: AXInlineTextBox "Item 2"
23 AXRole: AXListItem "Item 3" 23 AXRole: AXListItem
24 AXRole: AXListMarker "•" 24 AXRole: AXListMarker "•"
25 AXRole: AXStaticText "Item 3" 25 AXRole: AXStaticText "Item 3"
26 AXRole: AXInlineTextBox "Item 3" 26 AXRole: AXInlineTextBox "Item 3"
27 AXRole: AXStaticText "Plain Text 1" 27 AXRole: AXStaticText "Plain Text 1"
28 AXRole: AXInlineTextBox "Plain Text 1" 28 AXRole: AXInlineTextBox "Plain Text 1"
29 AXRole: AXStaticText "Plain Text 2" 29 AXRole: AXStaticText "Plain Text 2"
30 AXRole: AXInlineTextBox "Plain Text 2" 30 AXRole: AXInlineTextBox "Plain Text 2"
31 AXRole: AXStaticText "Plain Text 3" 31 AXRole: AXStaticText "Plain Text 3"
32 AXRole: AXInlineTextBox "Plain Text 3" 32 AXRole: AXInlineTextBox "Plain Text 3"
33 AXRole: AXParagraph 33 AXRole: AXParagraph
34 AXRole: AXStaticText "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