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

Unified Diff: LayoutTests/editing/selection/drag-selection-nodes-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/editing/selection/drag-selection-nodes-expected.txt
diff --git a/LayoutTests/editing/selection/drag-selection-nodes-expected.txt b/LayoutTests/editing/selection/drag-selection-nodes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7e26cd785925b7886ea03562396f10f947d045d6
--- /dev/null
+++ b/LayoutTests/editing/selection/drag-selection-nodes-expected.txt
@@ -0,0 +1,9 @@
+Simple test that dragging and dropping a selection targets the right node.
+
+Test 1: select this line and drag me.
+Test 2:
+
+Test 3: select this line and drag me from the image.
+Test 1: FAIL: target element was [object HTMLDivElement]
+Test 2: PASS
+Test 3: PASS

Powered by Google App Engine
This is Rietveld 408576698