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

Unified Diff: LayoutTests/editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-expected.txt
diff --git a/LayoutTests/editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-expected.txt b/LayoutTests/editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-expected.txt
index 2bb642518d5ab2666a573431dddf2cd65424ec7a..75a6993757f21797843446847c3a9725e16bb9db 100644
--- a/LayoutTests/editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-expected.txt
+++ b/LayoutTests/editing/deleting/merge-paragraph-from-span-with-multiple-text-decoration-expected.txt
@@ -5,5 +5,5 @@ The test passes if the "bar" has underline, overline and line through.
| <p>
| "foo<#selection-caret>"
| <span>
-| style="text-decoration: underline overline line-through;"
+| style="text-decoration-line: underline overline line-through;"
| "bar"

Powered by Google App Engine
This is Rietveld 408576698