mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 731332. (Av1) importScripts_worker.js: Do not try to access the network. r=jst.
This commit is contained in:
parent
ebba02fb03
commit
06637765ec
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user