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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-win-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/remove-format-multiple-elements-win-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-win-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-win-expected.txt
index 440207afad1439268b54493a334435c16fc2c2dd..e2079b75e0340b99c75c506fd78b2b828dd5b764 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-win-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/remove-format-multiple-elements-win-expected.txt
@@ -20,7 +20,7 @@ PASS RemoveFormat on first line of "<b><div>hello</div>webkit</b>" yields "<div>
PASS RemoveFormat on all of "<i style="font-weight:bold;">hello</i> <u>world</u>" yields "hello world"
PASS RemoveFormat on second word of "<font color="red"><b style="font-size: large;"><u>hello</u> world</b> WebKit</font>" yields "<font color="red"><b style="font-size: large;"><u>hello</u> </b></font>world <font color="red">WebKit</font>"
PASS RemoveFormat on second word of "<font size="5"><i><u style="font-size: small;">hello</u> world</i><font size="3"> WebKit</font></font>" yields "<font size="5"><i><u style="font-size: small;">hello</u> </i></font>world <font size="5"><font size="3">WebKit</font></font>"
-PASS RemoveFormat on second word of "<sup><div style="text-decoration: underline; font-size: large;">hello <dfn style="font-size: normal;">world</dfn></div> WebKit</sup>" yields "<div><sup><font size="4"><u>hello </u></font></sup>world</div><sup> WebKit</sup>"
+PASS RemoveFormat on second word of "<sup><div style="text-decoration: underline; font-size: large;">hello <dfn style="font-size: normal;">world</dfn></div> WebKit</sup>" yields "<div style=""><sup><font size="4"><u>hello </u></font></sup>world</div><sup> WebKit</sup>"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698