Bug 731332. (Av1) importScripts_worker.js: Do not try to access the network. r=jst.

This commit is contained in:
Serge Gautherie 2012-03-08 13:31:20 +01:00
Родитель c3ef7c576b
Коммит 2cbfbb031f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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++) {