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

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

Issue 2800723002: Ensure we never remove the style attribute when syncing it from CSSOM. (Closed)
Patch Set: Nits Created 3 years, 8 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/execCommand/toggle-style-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/toggle-style-2-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/toggle-style-2-expected.txt
index 0bbd2724d57189a13927cd99218f70e858906821..1bf43e2f69a66f55489bc7353b585919d9c4e2b2 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/toggle-style-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/toggle-style-2-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS one underline command converted test to <u>test</u>
-PASS one underline command converted <u><b><strike>test</strike></b></u> to <b><strike>test</strike></b>
+PASS one underline command converted <u><b><strike>test</strike></b></u> to <b style=""><strike style="">test</strike></b>
PASS two underline commands converted test to test
PASS one strikethrough command converted test to <strike>test</strike>
PASS one strikethrough command converted <u><b><strike>test</strike></b></u> to <u><b>test</b></u>

Powered by Google App Engine
This is Rietveld 408576698