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

Unified Diff: LayoutTests/platform/mac/editing/selection/drag-selections-to-contenteditable-expected.txt

Issue 50433002: Fix dragging text inside a input element nested in a draggable element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better names and comments Created 7 years, 1 month 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/platform/mac/editing/selection/drag-selections-to-contenteditable-expected.txt
diff --git a/LayoutTests/platform/mac/editing/selection/drag-selections-to-contenteditable-expected.txt b/LayoutTests/platform/mac/editing/selection/drag-selections-to-contenteditable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0b537d28e88d8b8c7403cc92bca75911b93459cb
--- /dev/null
+++ b/LayoutTests/platform/mac/editing/selection/drag-selections-to-contenteditable-expected.txt
@@ -0,0 +1,15 @@
+  Link Random text.
+ Link Random text.
+This test checks selection drag edge cases on Mac. To run the test manually:
+
+Select everything above, start the drag over the image, and with no delay, drag it to the content editable area. Only the image should be dragged.
+Select everything above, start the drag over the link, and with no delay, drag it to the content editable area. The entire selection should be dragged.
+Select everything above, start the drag over the text, and with no delay, drag it to the content editable area. Nothing should be dragged, but a bunch of text should be selected instead.
+Dumping info about contenteditable div:
+Number of children: 4
+Contents:
+IMG
+IMG
+A
+SPAN
+Number of selected ranges: 1
« no previous file with comments | « LayoutTests/platform/mac/editing/selection/drag-selections-to-contenteditable.html ('k') | Source/core/page/DragActions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698