Bug 671976 - Allow for up to two occurrences of this assertion on Windows.

This commit is contained in:
Ms2ger 2013-03-02 10:14:44 +01:00
Родитель 4bc14a093f
Коммит 6d682e517e
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -19,8 +19,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=482976
if (navigator.platform.startsWith("Linux")) {
SimpleTest.expectAssertions(1); // bug 671976
} else if (navigator.platform.startsWith("Win")) {
// reliable 1 on Win7, but not on XP
SimpleTest.expectAssertions(0, 1); // bug 671976
SimpleTest.expectAssertions(0, 2); // bug 671976
}
SimpleTest.waitForExplicitFinish();