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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/editing/deleting/merge-lists.html ('k') | Source/core/editing/DeleteSelectionCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/deleting/merge-lists-expected.txt
diff --git a/LayoutTests/editing/deleting/merge-lists-expected.txt b/LayoutTests/editing/deleting/merge-lists-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ceab8ffa8aa6f43fc74b3e53f6c4a9641f8706b6
--- /dev/null
+++ b/LayoutTests/editing/deleting/merge-lists-expected.txt
@@ -0,0 +1,19 @@
+Placing cursor at the end of first list and executing forward delete should merge the second list with the first one.
+| "
+"
+| <ol>
+| <li>
+| "one"
+| <li>
+| "two"
+| <li>
+| id="li"
+| "three<#selection-caret>"
+| <li>
+| "four"
+| <li>
+| "five"
+| <li>
+| "six"
+| "
+"
« 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