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

Unified Diff: LayoutTests/editing/execCommand/toggle-style-2-expected.txt

Issue 22371012: Merge 155910 "Revert "Revert "Revert "[css3-text] Implement tex..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1594/
Patch Set: 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-style-2-expected.txt
===================================================================
--- LayoutTests/editing/execCommand/toggle-style-2-expected.txt (revision 155922)
+++ LayoutTests/editing/execCommand/toggle-style-2-expected.txt (working copy)
@@ -11,8 +11,8 @@
PASS two strikethrough commands converted test to test
PASS one strikethrough command converted <u>test</u> to <u><strike>test</strike></u>
PASS one underline command converted <strike>test</strike> to <u><strike>test</strike></u>
-PASS one strikethrough command converted <span style="text-decoration: overline;">test</span> to <span style="text-decoration-line: overline;"><strike>test</strike></span>
-PASS one underline command converted <span style="text-decoration: overline;">test</span> to <span style="text-decoration-line: overline;"><u>test</u></span>
+PASS one strikethrough command converted <span style="text-decoration: overline;">test</span> to <span style="text-decoration: overline;"><strike>test</strike></span>
+PASS one underline command converted <span style="text-decoration: overline;">test</span> to <span style="text-decoration: overline;"><u>test</u></span>
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698