mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1024585 - Remove testcase in browser_cmd_inject.js that connects to ajax.googleapis.com. r=jwalker
This commit is contained in:
parent
4a6a5dee5b
commit
cf84ec488d
@ -69,30 +69,7 @@ function test() {
|
||||
exec: {
|
||||
output: [ /Failed to load notauri - Invalid URI/ ]
|
||||
}
|
||||
},
|
||||
{
|
||||
setup: 'inject jQuery',
|
||||
check: {
|
||||
input: 'inject jQuery',
|
||||
hints: '',
|
||||
markup: 'VVVVVVVVVVVVV',
|
||||
status: 'VALID',
|
||||
args: {
|
||||
library: {
|
||||
value: function(library) {
|
||||
is(library.type, 'selection', 'inject type name');
|
||||
is(library.selection.name, 'jQuery', 'inject jquery name');
|
||||
is(library.selection.src, 'http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js',
|
||||
'inject jquery src');
|
||||
},
|
||||
status: 'VALID'
|
||||
}
|
||||
}
|
||||
},
|
||||
exec: {
|
||||
output: [ /jQuery loaded/ ]
|
||||
}
|
||||
},
|
||||
}
|
||||
]);
|
||||
}).then(finish, helpers.handleError);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user