Bug 628980 - browserscope richedit tests load http://www.google.com/intl/en_ALL/images/logo.gif over the network; r=roc a=NPOTB

This commit is contained in:
Ehsan Akhgari 2011-01-27 00:26:33 -05:00
parent 4acd42a90f
commit d257892bdf

View File

@ -112,6 +112,8 @@
}
}
var IMAGE_URI = '/tests/editor/libeditor/html/tests/green.png';
var APPLY_TESTS = {
'backcolor' : {
opt_arg: '#FF0000',
@ -151,7 +153,7 @@
opt_arg: '<br>',
collapse: true},
'insertimage': {
opt_arg: 'http://www.google.com/intl/en_ALL/images/logo.gif',
opt_arg: IMAGE_URI,
collapse: true},
'insertorderedlist' : {
opt_arg: null,