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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Single quote 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 x 1 x
2 y 2 y
3 z 3 z
4 End of test 4 End of test
5 Make sure that a debug assert is not triggered when constructing the accessibili ty tree for this page. 5 Make sure that a debug assert is not triggered when constructing the accessibili ty tree for this page.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 AXRole: AXWebArea 10 AXRole: AXWebArea
11 AXRole: AXStaticText "x" 11 AXRole: AXStaticText "x"
12 AXRole: AXInlineTextBox "x" 12 AXRole: AXInlineTextBox "x"
13 AXRole: AXDiv 13 AXRole: AXGenericContainer
14 AXRole: AXStaticText "y" 14 AXRole: AXStaticText "y"
15 AXRole: AXInlineTextBox "y" 15 AXRole: AXInlineTextBox "y"
16 AXRole: AXStaticText "z" 16 AXRole: AXStaticText "z"
17 AXRole: AXInlineTextBox "z" 17 AXRole: AXInlineTextBox "z"
18 AXRole: AXDiv 18 AXRole: AXGenericContainer
19 AXRole: AXStaticText "End of test" 19 AXRole: AXStaticText "End of test"
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698