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/pasteboard/smart-drag-drop.html

Issue 225303002: Let Selection.collapse remember a raw Position instead of a canonicalized one. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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/pasteboard/smart-drag-drop.html
diff --git a/LayoutTests/editing/pasteboard/smart-drag-drop.html b/LayoutTests/editing/pasteboard/smart-drag-drop.html
index 213045ddd921de698a8335cfb77879dc97d06c83..ac27be14fc7aee67ade8004692d5a0054423cc5a 100644
--- a/LayoutTests/editing/pasteboard/smart-drag-drop.html
+++ b/LayoutTests/editing/pasteboard/smart-drag-drop.html
@@ -6,6 +6,7 @@ function editingTest() {
if (!window.eventSender)
return;
+ window.getSelection().collapse(dragme.firstChild, 0);
doubleClickAtSelectionStart();
// Drag 'hello'

Powered by Google App Engine
This is Rietveld 408576698