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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html

Issue 23444058: Use downloadToFile option when XHR downloads a Blob (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase test style and XHR Created 7 years 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/http/tests/xmlhttprequest/infoOnProgressEvent.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html b/LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html
index a3ff9d8aecd10b30a76bdead3b6f4f514d5c9dc2..c1b011488fe66f32bb4e49b906ade2a313db00b6 100644
--- a/LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html
+++ b/LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html
@@ -27,12 +27,6 @@ function onProgress(e) {
testRunner.notifyDone();
}
-function onError(e) {
- alert("Error " + e.target.status + " occurred while receiving the document.");
-}
-
-var shouldNotify = false;
-
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698