Index: third_party/WebKit/LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.html |
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.html b/third_party/WebKit/LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.html |
index 8d7d8ced774c3daf2331aa66103e38621bf9683c..3f7469194b530326e4179540d6d51491df051ec9 100644 |
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.html |
+++ b/third_party/WebKit/LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.html |
@@ -22,7 +22,7 @@ function runTest() { |
// Let the subframe come into being. |
window.setTimeout(step2, 100); |
e = document.getElementById("dragme"); |
- setSelectionCommand(e, 0, e, 1); |
+ setSelectionCommand(e, 0, e, 0); |
} |
function step2() |