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

Unified Diff: LayoutTests/editing/execCommand/use-css-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/execCommand/use-css-expected.txt
diff --git a/LayoutTests/editing/execCommand/use-css-expected.txt b/LayoutTests/editing/execCommand/use-css-expected.txt
index c41a4616745a011675dcab00efc647631fa3f65e..f891c2ec612b04b5f22be38bc65e89bda9d4bf7a 100644
--- a/LayoutTests/editing/execCommand/use-css-expected.txt
+++ b/LayoutTests/editing/execCommand/use-css-expected.txt
@@ -10,7 +10,7 @@ PASS useCSS changed the state successfully
PASS useCSS changed the state successfully
PASS queryCommandState('useCSS') returns false
PASS queryCommandValue('useCSS') returns ''
-PASS one underline command converted test to <span style="text-decoration: underline;">test</span>
+PASS one underline command converted test to <span style="text-decoration-line: underline;">test</span>
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698