diff --git a/dom/workers/test/importScripts_worker.js b/dom/workers/test/importScripts_worker.js index e14e934660f..7176ce8386b 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++) {