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

Unified Diff: LayoutTests/editing/execCommand/toggle-text-decorations-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/toggle-text-decorations-expected.txt
diff --git a/LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt b/LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt
index fa6408f870a6fd8afff7baf2305e5aa3635bcf3e..7c2cacf6ffe32dc779fe57fa05dd2c6a3ce4df4e 100644
--- a/LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt
+++ b/LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt
@@ -3,12 +3,12 @@ Test to make sure we can toggle text decorations correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-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 one underline command converted <span style="text-decoration: underline;">test</span> to test
-PASS one underline command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: overline line-through;">test</span>
-PASS one strikethrough command converted test to <span style="text-decoration: line-through;">test</span>
+PASS one underline command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration-line: overline line-through;">test</span>
+PASS one strikethrough command converted test to <span style="text-decoration-line: line-through;">test</span>
PASS one strikethrough command converted <span style="text-decoration: line-through;">test</span> to test
-PASS one strikethrough command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: underline overline;">test</span>
+PASS one strikethrough command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration-line: underline overline;">test</span>
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/editing/execCommand/toggle-style-2-expected.txt ('k') | LayoutTests/editing/execCommand/use-css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698