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

Unified Diff: LayoutTests/editing/execCommand/selection-after-insert-list-2-expected.txt

Issue 181103004: Fixing crash when executing ApplyStyle command. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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-insert-list-2-expected.txt
diff --git a/LayoutTests/editing/execCommand/selection-after-insert-list-2-expected.txt b/LayoutTests/editing/execCommand/selection-after-insert-list-2-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ded677dc19b5c97eb3c6f145aae21ba166eefd27
--- /dev/null
+++ b/LayoutTests/editing/execCommand/selection-after-insert-list-2-expected.txt
@@ -0,0 +1,22 @@
+This tests verifies that the selection is properly reset after executing the command.
+| "
+"
+| <p>
+| id="startSelection"
+| <ol>
+| <li>
+| "<#selection-anchor>A"
+| <li>
+| "B"
+| <li>
+| "C<#selection-focus>"
+| "
+"
+| "
+"
+| "
+"
+| <p>
+| "This should not be selected."
+| "
+"

Powered by Google App Engine
This is Rietveld 408576698