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

Unified Diff: LayoutTests/editing/execCommand/insert-list-nested-with-orphaned-expected.txt

Issue 114043002: Fix issue with selection being lost when InsertListCommand changes the list type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing nit Created 6 years, 6 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 | « no previous file | LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/insert-list-nested-with-orphaned-expected.txt
diff --git a/LayoutTests/editing/execCommand/insert-list-nested-with-orphaned-expected.txt b/LayoutTests/editing/execCommand/insert-list-nested-with-orphaned-expected.txt
index e231ff2aa11660eca690050f770622baa3861050..cfe56cd264af2b8e7a5e0e62b527c0db31900e96 100644
--- a/LayoutTests/editing/execCommand/insert-list-nested-with-orphaned-expected.txt
+++ b/LayoutTests/editing/execCommand/insert-list-nested-with-orphaned-expected.txt
@@ -4,7 +4,7 @@ This tests hang when listifying nested lists with an orphaned list child in betw
| <ol>
| <ol>
| <li>
-| "hello"
+| "<#selection-anchor>hello"
| "
world
"
@@ -17,7 +17,7 @@ This tests hang when listifying nested lists with an orphaned list child in betw
"
| <ol>
| <li>
-| "because of you<#selection-caret>"
+| "because of you<#selection-focus>"
| "
"
| "
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698