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

Unified Diff: LayoutTests/editing/selection/collapse-null-expected.txt

Issue 546703003: Editing: Let Selection.collapse with null clears selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add tests Created 6 years, 3 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 | « LayoutTests/editing/selection/collapse-null.html ('k') | Source/core/editing/DOMSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/selection/collapse-null-expected.txt
diff --git a/LayoutTests/editing/selection/collapse-null-expected.txt b/LayoutTests/editing/selection/collapse-null-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6741530f4aaced5857174d1d9d028c8a053d99a1
--- /dev/null
+++ b/LayoutTests/editing/selection/collapse-null-expected.txt
@@ -0,0 +1,13 @@
+Ensure that collapse with null clears selection
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS selection.rangeCount is 1
+PASS selection.rangeCount is 0
+PASS selection.rangeCount is 1
+PASS selection.rangeCount is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+hello
« no previous file with comments | « LayoutTests/editing/selection/collapse-null.html ('k') | Source/core/editing/DOMSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698