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

Unified Diff: third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic-mixed-editability.html

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/style/toggle-style-bold-italic-mixed-editability.html
diff --git a/third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic-mixed-editability.html b/third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic-mixed-editability.html
index bedeba12734505beddf0441309d7c379671548ff..df839fe4188bd0407b7ce717c34a278163001d4d 100644
--- a/third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic-mixed-editability.html
+++ b/third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic-mixed-editability.html
@@ -49,9 +49,9 @@ test(() => assert_selection(
},
[
'<div contenteditable>',
- '<i>^abc </i>',
+ '<i style>^abc </i>',
'<span contenteditable="false">def</span>',
- '<i> ghi|</i>',
+ '<i style> ghi|</i>',
'</div>',
].join('')),
'bold+italic+bold');

Powered by Google App Engine
This is Rietveld 408576698