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

Unified Diff: LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js

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/script-tests/inline-style-after-indentoutdent.js
diff --git a/LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js b/LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js
index 6339ad83ccc32a88a04586dc03953dbcfab10b07..7a413ee47d99bc65c0b6b4c260e0018fe3b0b115 100644
--- a/LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js
+++ b/LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js
@@ -36,7 +36,7 @@ shouldBeSameAfterCreateMarkup('<s>hello</s>');
shouldBeSameAfterCreateMarkup('<strike>hello</strike>');
shouldBeSameAfterCreateMarkup('<em><s><u>hello</u></s></em>');
shouldBeSameAfterCreateMarkup('<u><s><em><u>hello</u></em></s></u>');
-shouldBeSameAfterCreateMarkup('<i><span style=\"text-decoration: underline overline line-through;\">world</span></i>');
+shouldBeSameAfterCreateMarkup('<i><span style=\"text-decoration-line: underline overline line-through;\">world</span></i>');
shouldBeSameAfterCreateMarkup('<em><u style="font-weight: bold;">hello</u></em>');
shouldBeSameAfterCreateMarkup('hello <u>world</u> webkit');

Powered by Google App Engine
This is Rietveld 408576698