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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.html

Issue 2693813002: Selection API: Some functions should throw InvalidNodeTypeError and IndexSizeError. (Closed)
Patch Set: adjust 2 more tests Created 3 years, 10 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: 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()

Powered by Google App Engine
This is Rietveld 408576698