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

Side by Side Diff: LayoutTests/editing/pasteboard/preserve-underline-color-expected.txt

Issue 23111004: Re-land "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased after Alexis' function name changes in CSSComputedStyleDeclaration.cpp 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 This test for a bug copy/pasting underlined text. The color of the underline sho uld be the color of the element that has the text-decoration property. 1 This test for a bug copy/pasting underlined text. The color of the underline sho uld be the color of the element that has the text-decoration property.
2 | <span> 2 | <span>
3 | style="color: rgb(255, 0, 0); text-decoration: underline;" 3 | style="color: rgb(255, 0, 0); text-decoration-line: underline;"
4 | "This should be underlined.<#selection-caret>" 4 | "This should be underlined.<#selection-caret>"
5 | <br> 5 | <br>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698