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

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: Got rid of redundant check Created 7 years 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..e97074e1e0445dd831b367b142865abf638f785d
--- /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"
+| <li>
+| "<#selection-caret>four"
leviw_travelin_and_unemployed 2013/12/18 19:54:35 Everything about this patch looks good except the
+| <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