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

Unified Diff: LayoutTests/fast/events/drag-file-crash.html

Issue 181493007: Don't stop the documentLoader on navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectation Created 6 years, 7 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: LayoutTests/fast/events/drag-file-crash.html
diff --git a/LayoutTests/fast/events/drag-file-crash.html b/LayoutTests/fast/events/drag-file-crash.html
index 498cdfe1b48a7a4955127bc23d19bdae3bd540a0..77a8500e7ae353672d7d47dd56717e8aebed3332 100644
--- a/LayoutTests/fast/events/drag-file-crash.html
+++ b/LayoutTests/fast/events/drag-file-crash.html
@@ -18,7 +18,7 @@
{
window.scrollBy(0, 1000);
if (window.eventSender) {
- eventSender.beginDragWithFiles(["resources/abe.png"]);
+ eventSender.beginDragWithFiles(["resources/drag-file-crash-pass.html"]);
var fileInput = document.getElementById('file');
moveMouseToCenterOfElement(fileInput);
eventSender.mouseUp();

Powered by Google App Engine
This is Rietveld 408576698