Bug 671976: Fix comment typo in previous commit. DONTBUILD

This commit is contained in:
L. David Baron 2013-02-28 23:54:42 -08:00
parent 5bc7385767
commit 71b34f42c8
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
if (navigator.platform.startsWith("Linux")) {
SimpleTest.expectAssertions(1); // bug 671976
} else if (navigator.platform.startsWith("Win")) {
// reliable 2 on Win7, but not on XP
// reliable 1 on Win7, but not on XP
SimpleTest.expectAssertions(0, 1); // bug 671976
}

View File

@ -19,7 +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 2 on Win7, but not on XP
// reliable 1 on Win7, but not on XP
SimpleTest.expectAssertions(0, 1); // bug 671976
}