blob: d0bd0e83b4de0eda48a5fb5d14455a8cb5d0a62d [file] [log] [blame]
<!DOCTYPE html>
<script>
// Simulate dragging a bookmark to a cross-site URL.
const crossSiteURL = "http://localhost:8000/misc/resources/" +
"drag-bookmark-destination.html";
eventSender.beginDragWithStringData(crossSiteURL, "text/uri-list");
eventSender.mouseMoveTo(10, 10);
eventSender.mouseUp();
// notifyDone will be called once we navigate to the "bookmarked" URL that is
// being dragged above.
testRunner.waitUntilDone();
</script>