mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 671976: Fix comment typo in previous commit. DONTBUILD
This commit is contained in:
parent
5bc7385767
commit
71b34f42c8
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user