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

Unified Diff: LayoutTests/editing/inserting/break-out-of-nested-lists-expected.txt

Issue 104783005: Fix for an issue while breaking out of an empty list item in case of nested lists (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resubmitting as base file was missing 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/inserting/break-out-of-nested-lists.html ('k') | Source/core/editing/htmlediting.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/inserting/break-out-of-nested-lists-expected.txt
diff --git a/LayoutTests/editing/inserting/break-out-of-nested-lists-expected.txt b/LayoutTests/editing/inserting/break-out-of-nested-lists-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b5b228a65840a2e8fd02a65294be356362eb08bf
--- /dev/null
+++ b/LayoutTests/editing/inserting/break-out-of-nested-lists-expected.txt
@@ -0,0 +1,34 @@
+Tests breaking out of empty list item in case of nested lists.
+| "
+"
+| <ol>
+| "
+"
+| <li>
+| "one"
+| "
+"
+| <ul>
+| "
+"
+| <li>
+| id="li"
+| "1"
+| <div>
+| "foo<#selection-caret>"
+| <ol>
+| <ul>
+| "
+"
+| <li>
+| "2"
+| "
+"
+| "
+"
+| <li>
+| "two"
+| "
+"
+| "
+"
« no previous file with comments | « LayoutTests/editing/inserting/break-out-of-nested-lists.html ('k') | Source/core/editing/htmlediting.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698