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

Unified Diff: LayoutTests/editing/execCommand/inline-style-after-indentoutdent-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/execCommand/inline-style-after-indentoutdent-expected.txt
diff --git a/LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt b/LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt
index c5fb8cf2bf78fdba25df33a6fc3d5b868d6056a3..7f371886ee0c8a8d794adc2e09fbee92b66a2067 100644
--- a/LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt
+++ b/LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt
@@ -11,7 +11,7 @@ PASS testCreateMarkup('<s>hello</s>') is '<s>hello</s>'
PASS testCreateMarkup('<strike>hello</strike>') is '<strike>hello</strike>'
PASS testCreateMarkup('<em><s><u>hello</u></s></em>') is '<em><s><u>hello</u></s></em>'
PASS testCreateMarkup('<u><s><em><u>hello</u></em></s></u>') is '<u><s><em><u>hello</u></em></s></u>'
-PASS testCreateMarkup('<i><span style="text-decoration: underline overline line-through;">world</span></i>') is '<i><span style="text-decoration: underline overline line-through;">world</span></i>'
+PASS testCreateMarkup('<i><span style="text-decoration-line: underline overline line-through;">world</span></i>') is '<i><span style="text-decoration-line: underline overline line-through;">world</span></i>'
PASS testCreateMarkup('<em><u style="font-weight: bold;">hello</u></em>') is '<em><u style="font-weight: bold;">hello</u></em>'
PASS testCreateMarkup('hello <u>world</u> webkit') is 'hello <u>world</u> webkit'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698