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/execCommand/use-css.html

Issue 22414006: Revert "Revert "[css3-text] Implement text-decoration property shorthand"" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added missing skipped test to TestExpectations 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/use-css.html
diff --git a/LayoutTests/editing/execCommand/use-css.html b/LayoutTests/editing/execCommand/use-css.html
index 31d058f26e5cba1a686c8f1a2d73afbc54d5fd8b..3218727ea052ed2cc03d857b9cb98e4ca8bef18e 100644
--- a/LayoutTests/editing/execCommand/use-css.html
+++ b/LayoutTests/editing/execCommand/use-css.html
@@ -50,7 +50,7 @@ if (document.queryCommandValue('useCSS') === "")
else
testFailed("queryCommandValue('useCSS') should return string ''");
-testSingleToggle("underline", "test", "<span style=\"text-decoration: underline;\">test</span>");
+testSingleToggle("underline", "test", "<span style=\"text-decoration-line: underline;\">test</span>");
document.body.removeChild(testContainer);

Powered by Google App Engine
This is Rietveld 408576698