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

Unified Diff: LayoutTests/editing/deleting/maintain-style-after-delete-expected.txt

Issue 23950006: Patch for proper re-setting of frame selection's typing style. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: modifying as per review comments Created 7 years, 3 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: LayoutTests/editing/deleting/maintain-style-after-delete-expected.txt
diff --git a/LayoutTests/editing/deleting/maintain-style-after-delete-expected.txt b/LayoutTests/editing/deleting/maintain-style-after-delete-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1bad07506eb77af3507cf2ac7015fd45815199e7
--- /dev/null
+++ b/LayoutTests/editing/deleting/maintain-style-after-delete-expected.txt
@@ -0,0 +1,16 @@
+Testcase for bug http://crbug.com/286219: When deleting editable content, typing style should be reset when moving into another node.
+
+Deleting 'W' in blue color and then inserting 'O'. The following markup should show 'O' in blue color.:
+| "H "
+| <font>
+| color="#0000ff"
+| "O<#selection-caret>"
+
+Inserting 'W' at the intersection of the two text nodes. The following markup should show that 'W' is not added in blue color.:
+| "H W<#selection-caret>"
+| <font>
+| color="#0000ff"
+| "O"
+
+Deleting the blue colored text and the preceding space and then inserting 'W'. 'W' should not be in blue color in the following markup.:
+| "HW<#selection-caret>"
« no previous file with comments | « LayoutTests/editing/deleting/maintain-style-after-delete.html ('k') | Source/core/editing/DeleteSelectionCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698