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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/first-letter-text-transform-causes-crash-expected.txt

Issue 2524313002: Fix AXLayoutObject not to add duplicated children for CSS first-letter (Closed)
Patch Set: dmazzoni review Created 4 years 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 9 AXRole: AXWebArea
10 AXRole: AXDescriptionListTerm 10 AXRole: AXDescriptionListTerm
11 AXRole: AXStaticText "D"
12 AXRole: AXInlineTextBox "D"
13 AXRole: AXStaticText "Dt" 11 AXRole: AXStaticText "Dt"
14 AXRole: AXInlineTextBox "Dt" 12 AXRole: AXInlineTextBox "Dt"
15 AXRole: AXParagraph 13 AXRole: AXParagraph
16 AXRole: AXStaticText "End of test" 14 AXRole: AXStaticText "End of test"
17 PASS successfullyParsed is true 15 PASS successfullyParsed is true
18 16
19 TEST COMPLETE 17 TEST COMPLETE
20 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698