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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1   Link Random text.
2 Link Random text.
3 This test checks selection drag edge cases on Mac. To run the test manually:
4
5 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.
6 Select everything above, start the drag over the link, and with no delay, drag i t to the content editable area. The entire selection should be dragged.
7 Select everything above, start the drag over the text, and with no delay, drag i t to the content editable area. Nothing should be dragged, but a bunch of text s hould be selected instead.
8 Dumping info about contenteditable div:
9 Number of children: 4
10 Contents:
11 IMG
12 IMG
13 A
14 SPAN
15 Number of selected ranges: 1
OLDNEW
« 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