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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/empty-span-removal-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/empty-span-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/empty-span-removal-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/empty-span-removal-expected.txt
index 6e1fa761b1f096baf8b118793b601fa23fc53932..10b43eafecf29c289c97f10e16147fb4ff783206 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/empty-span-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/empty-span-removal-expected.txt
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS one bold command converted <span><span style='font-weight: bold'>test</span></span> to <span>test</span>
PASS one bold command converted <span style='font-weight: bold'><span>test</span></span> to test
PASS one bold command converted <span style='font-weight: bold'><span style='font-weight: bold'>test</span></span> to test
-PASS one bold command converted <span foo="bar" style='font-weight: bold'>test</span> to <span foo="bar">test</span>
+PASS one bold command converted <span foo="bar" style='font-weight: bold'>test</span> to <span foo="bar" style="">test</span>
PASS two bold commands converted <span>test</span> to <span>test</span>
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698