From 2cbfbb031fd7425c8be332231bd88b8ab02f7146 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Thu, 8 Mar 2012 13:31:20 +0100 Subject: [PATCH] Bug 731332. (Av1) importScripts_worker.js: Do not try to access the network. r=jst. --- dom/workers/test/importScripts_worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom/workers/test/importScripts_worker.js b/dom/workers/test/importScripts_worker.js index e14e934660fa..7176ce8386b3 100644 --- a/dom/workers/test/importScripts_worker.js +++ b/dom/workers/test/importScripts_worker.js @@ -20,9 +20,9 @@ function tryBadScripts() { // Throws an exception "importScripts_worker_imported4.js", // Shouldn't exist! - "http://flippety.com/floppety/foo.js", + "http://example.com/non-existing/importScripts_worker_foo.js", // Not a valid url - "http://flippety::foo_js ftw" + "http://notadomain::notafile aword" ]; for (var i = 0; i < badScripts.length; i++) {