зеркало из https://github.com/mozilla/gecko-dev.git
Bug 788369 followup. Fix test to reflect the new world. r=bustage
This commit is contained in:
Родитель
dc3866e12a
Коммит
7d8cd87902
|
@ -29,15 +29,15 @@ function runTests() {
|
|||
{mozAnon: 1},
|
||||
{mozAnon: []},
|
||||
{get mozAnon() { return true; }},
|
||||
];
|
||||
|
||||
let invalidParameters = [
|
||||
0,
|
||||
7,
|
||||
Math.PI,
|
||||
"string",
|
||||
true,
|
||||
false,
|
||||
];
|
||||
|
||||
let invalidParameters = [
|
||||
{get mozSystem() { throw "Bla"; } },
|
||||
];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче