зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1024585 - Remove testcase in browser_cmd_inject.js that connects to ajax.googleapis.com. r=jwalker
This commit is contained in:
Родитель
088243d9ff
Коммит
9383fd04bf
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче