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

Side by Side Diff: LayoutTests/editing/deleting/merge-paragraph-from-span-with-style-expected.txt

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed expectation for last-minute, newly added tests in revision 155705 Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 The span style should be preserved when merging a pragraph. 1 The span style should be preserved when merging a pragraph.
2 The test passes if "bar" contatins the yellow background and it's underlined. 2 The test passes if "bar" contatins the yellow background and it's underlined.
3 | " 3 | "
4 " 4 "
5 | <p> 5 | <p>
6 | "foo<#selection-caret>" 6 | "foo<#selection-caret>"
7 | <span> 7 | <span>
8 | style="background-color: yellow; text-decoration: underline;" 8 | style="background-color: yellow; text-decoration-line: underline;"
9 | "bar" 9 | "bar"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698