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

Unified Diff: third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic.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.html
diff --git a/third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic.html b/third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic.html
index 4b96aa720b47dbe3d86b6cb99110633b0b8eccd3..9675df363c38cd6bd709258fc8c842ca251a8bae 100644
--- a/third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic.html
+++ b/third_party/WebKit/LayoutTests/editing/style/toggle-style-bold-italic.html
@@ -52,8 +52,8 @@ test(() => assert_selection(
},
[
'<div contenteditable>',
- ' <div><i>^abc def</i></div>',
- ' <p><i>ghi jkl|</i></p>',
+ ' <div><i style>^abc def</i></div>',
+ ' <p><i style>ghi jkl|</i></p>',
'</div>',
].join('\n')),
'bold+italic+bold');

Powered by Google App Engine
This is Rietveld 408576698