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

Unified Diff: LayoutTests/editing/deleting/deleting-line-break-preserves-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/deleting/deleting-line-break-preserves-underline-color-expected.txt
diff --git a/LayoutTests/editing/deleting/deleting-line-break-preserves-underline-color-expected.txt b/LayoutTests/editing/deleting/deleting-line-break-preserves-underline-color-expected.txt
index a74ec94b931522f779f5266520d1a2e621e4a92a..070b107a6e945098813e61cac51a59135bdebe46 100644
--- a/LayoutTests/editing/deleting/deleting-line-break-preserves-underline-color-expected.txt
+++ b/LayoutTests/editing/deleting/deleting-line-break-preserves-underline-color-expected.txt
@@ -13,5 +13,5 @@ After:
| <div>
| "This should not be underlined.<#selection-caret>"
| <span>
-| style="color: red; text-decoration: underline;"
+| style="color: red; text-decoration-line: underline;"
| "This should be underlined."

Powered by Google App Engine
This is Rietveld 408576698