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

Unified Diff: LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem-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
Index: LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem-expected.txt
diff --git a/LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem-expected.txt b/LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1df197514d11fca2e75ffccced16e4390d3105a0
--- /dev/null
+++ b/LayoutTests/editing/execCommand/selection-after-switch-type-of-listitem-expected.txt
@@ -0,0 +1,17 @@
+This tests verifies that the selection is properly reset after executing the command.
+| "
+"
+| <ul>
+| "
+ "
+| <li>
+| id="first"
+| "ABC"
+| "
+ "
+| <li>
+| "<#selection-anchor>DEF<#selection-focus>"
+| "
+"
+| "
+"

Powered by Google App Engine
This is Rietveld 408576698