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

Unified Diff: LayoutTests/editing/execCommand/inline-style-after-indentoutdent-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/inline-style-after-indentoutdent-expected.txt
===================================================================
--- LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt (revision 155922)
+++ LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt (working copy)
@@ -11,7 +11,7 @@
PASS testCreateMarkup('<strike>hello</strike>') is '<strike>hello</strike>'
PASS testCreateMarkup('<em><s><u>hello</u></s></em>') is '<em><s><u>hello</u></s></em>'
PASS testCreateMarkup('<u><s><em><u>hello</u></em></s></u>') is '<u><s><em><u>hello</u></em></s></u>'
-PASS testCreateMarkup('<i><span style="text-decoration-line: underline overline line-through;">world</span></i>') is '<i><span style="text-decoration-line: underline overline line-through;">world</span></i>'
+PASS testCreateMarkup('<i><span style="text-decoration: underline overline line-through;">world</span></i>') is '<i><span style="text-decoration: underline overline line-through;">world</span></i>'
PASS testCreateMarkup('<em><u style="font-weight: bold;">hello</u></em>') is '<em><u style="font-weight: bold;">hello</u></em>'
PASS testCreateMarkup('hello <u>world</u> webkit') is 'hello <u>world</u> webkit'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698