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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Testcase for bug http://crbug.com/286219: When deleting editable content, typing style should be reset when moving into another node.
2
3 Deleting 'W' in blue color and then inserting 'O'. The following markup should s how 'O' in blue color.:
4 | "H "
5 | <font>
6 | color="#0000ff"
7 | "O<#selection-caret>"
8
9 Inserting 'W' at the intersection of the two text nodes. The following markup sh ould show that 'W' is not added in blue color.:
10 | "H W<#selection-caret>"
11 | <font>
12 | color="#0000ff"
13 | "O"
14
15 Deleting the blue colored text and the preceding space and then inserting 'W'. ' W' should not be in blue color in the following markup.:
16 | "HW<#selection-caret>"
OLDNEW
« 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