зеркало из https://github.com/mozilla/gecko-dev.git
Bug 690307 - add more tests for the localhost + spaces case, r=mak
This commit is contained in:
Родитель
6ddf35fa67
Коммит
3127dbbb62
|
@ -57,6 +57,8 @@ function test() {
|
|||
|
||||
testVal("http://localhost");
|
||||
testVal("http://someotherhostwithnodots");
|
||||
testVal("http://localhost/ foo bar baz");
|
||||
testVal("http://localhost.localdomain/ foo bar baz", "localhost.localdomain/ foo bar baz");
|
||||
|
||||
Services.prefs.setBoolPref(prefname, false);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче