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

Side by Side Diff: LayoutTests/editing/deleting/merge-lists-expected.txt

Issue 112633003: Handle special case of merging lists in mergeParagraphs() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attempt to address the review comment Created 6 years, 11 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 Placing cursor at the end of first list and executing forward delete should merg e the second list with the first one.
2 | "
3 "
4 | <ol>
5 | <li>
6 | "one"
7 | <li>
8 | "two"
9 | <li>
10 | id="li"
11 | "three<#selection-caret>"
12 | <li>
13 | "four"
14 | <li>
15 | "five"
16 | <li>
17 | "six"
18 | "
19 "
OLDNEW
« no previous file with comments | « LayoutTests/editing/deleting/merge-lists.html ('k') | Source/core/editing/DeleteSelectionCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698