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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/first-letter-text-transform-causes-crash-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 Dt 1 Dt
2 End of test 2 End of test
3 3
4 First letter text transform causes assert and bad type cast. This can cause a cr ash. 4 First letter text transform causes assert and bad type cast. This can cause a cr ash.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 AXRole: AXWebArea AXValue: 9 AXRole: AXWebArea
10 AXRole: AXDescriptionListTerm AXValue: 10 AXRole: AXDescriptionListTerm
11 AXRole: AXStaticText AXValue: D 11 AXRole: AXStaticText "D"
12 AXRole: AXInlineTextBox AXValue: D 12 AXRole: AXInlineTextBox "D"
13 AXRole: AXStaticText AXValue: Dt 13 AXRole: AXStaticText "Dt"
14 AXRole: AXInlineTextBox AXValue: Dt 14 AXRole: AXInlineTextBox "Dt"
15 AXRole: AXParagraph AXValue: 15 AXRole: AXParagraph
16 AXRole: AXStaticText AXValue: End of test 16 AXRole: AXStaticText "End of test"
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698