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

Unified Diff: third_party/WebKit/LayoutTests/editing/style/push-down-inline-styles-expected.txt

Issue 1988013003: Move generic shorthand serialization checks out of specific routines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shorthand1
Patch Set: actually fix test Created 4 years, 7 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: third_party/WebKit/LayoutTests/editing/style/push-down-inline-styles-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/style/push-down-inline-styles-expected.txt b/third_party/WebKit/LayoutTests/editing/style/push-down-inline-styles-expected.txt
index f81fe07f71ff3ed430fc85777112348247e28eee..0591b99a3edbbfb294e62d68cf06c31ba3975833 100644
--- a/third_party/WebKit/LayoutTests/editing/style/push-down-inline-styles-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/style/push-down-inline-styles-expected.txt
@@ -13,7 +13,7 @@ FAIL bold converted <span style="font-weight: bold;"><div id="test">hello</div><
PASS italic converted <span style="font-style: italic;"><div>hello</div></span> to <div>hello</div>
PASS italic converted <span style="font-style: italic;"><div id="test">hello</div><span style="font-style: oblique;">world</span> to <div id="test">hello</div><span style="font-style: oblique;">world</span>
PASS italic converted <span style="font-style: italic; font-weight: bold;"><div>hello</div></span> to <span style="font-weight: bold;"><div>hello</div></span>
-PASS italic converted <span style="font-style: italic; text-decoration: line-through;"><div>hello</div></span> to <span style="text-decoration-line: line-through;"><div>hello</div></span>
+PASS italic converted <span style="font-style: italic; text-decoration: line-through;"><div>hello</div></span> to <span style="text-decoration-line: line-through; text-decoration-style: initial; text-decoration-color: initial;"><div>hello</div></span>
PASS italic converted <span style="font-style: italic;">hello<div id="test">world</div><blockquote>webkit</blockquote></span> to <i>hello</i><div id="test">world</div><blockquote style="font-style: italic;">webkit</blockquote>
PASS italic converted <span style="font-style: italic;">hello <span id="test">world</span> webkit</span> to <i>hello </i><span id="test">world</span><i> webkit</i>
PASS underline converted <span style="text-decoration: underline;"><div id="test">hello</div>world</span> to <div id="test">hello</div><u>world</u>

Powered by Google App Engine
This is Rietveld 408576698