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/5770834-1-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/5770834-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/5770834-1-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/5770834-1-expected.txt
index 32c9d32c71aad277db958c7e4b9e4a75f7615fb3..136dc39a0d1d84722a276abc7b0608af3e7b201d 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/5770834-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/5770834-1-expected.txt
@@ -2,6 +2,6 @@ This tests for a crash when removing format from two paragraphs that are inside
<div style="text-align: right;">
-<div>foo<br>bar</div>
+<div style="">foo<br>bar</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698