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

Unified Diff: third_party/WebKit/LayoutTests/editing/style/typing_style.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/typing_style.html
diff --git a/third_party/WebKit/LayoutTests/editing/style/typing_style.html b/third_party/WebKit/LayoutTests/editing/style/typing_style.html
index 9341affedea775fec2c679b7a78ee13ad1a98fb7..766158ccd43b7fac35f3bf5da5dd7b5021e2a7a8 100644
--- a/third_party/WebKit/LayoutTests/editing/style/typing_style.html
+++ b/third_party/WebKit/LayoutTests/editing/style/typing_style.html
@@ -53,7 +53,7 @@
selection.document.execCommand('italic'); // disable italic
selection.document.execCommand('insertText', false, 'mno');
},
- '<div contenteditable>abc<b>def</b><i><b>ghi</b>jkl</i>mno|</div>'),
+ '<div contenteditable>abc<b>def</b><i style><b>ghi</b>jkl</i>mno|</div>'),
'Nested styles and disabling styles');
test(() => assert_selection(

Powered by Google App Engine
This is Rietveld 408576698