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

Unified Diff: LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html

Issue 1240503004: Revert of [XMLHttpRequest] Stop throwing for network error in async mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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/files/workers/worker-apply-blob-url-to-xhr.html
diff --git a/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html b/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html
index 7b440b8a1d884e6d7575cfdaa607ca170b47f1de..2fb1d04a0212e577880375ece19caa81462b0fe2 100644
--- a/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html
+++ b/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr.html
@@ -13,7 +13,7 @@
function onInputFileChange()
{
var file = document.getElementById("file").files[0];
- var worker = new Worker("../resources/apply-blob-url-to-xhr.js");
+ var worker = new Worker("resources/worker-apply-blob-url-to-xhr.js");
worker.onmessage = function(event)
{
log(event.data);

Powered by Google App Engine
This is Rietveld 408576698