Bug 847885 - disable test_bug600570 on Win8. r=khuey

This commit is contained in:
Jim Mathies 2013-03-08 05:22:35 -06:00
parent c98174406a
commit e36cc5cae3
2 changed files with 6 additions and 4 deletions

View File

@ -24,8 +24,9 @@ line3
/** Test for Bug 597331 **/
// Bug 718316: This test fails on Windows 7
if (navigator.userAgent.indexOf("Windows NT 6.1") == -1) {
// Bug 718316: This test fails on Windows 7 and 8
if (navigator.userAgent.indexOf("Windows NT 6.1") == -1 &&
navigator.userAgent.indexOf("Windows NT 6.2") == -1) {
SimpleTest.waitForExplicitFinish();
addLoadEvent(function() {

View File

@ -23,8 +23,9 @@ aaa
/** Test for Bug 600570 **/
// Bug 718316: This test fails on Windows 7
if (navigator.userAgent.indexOf("Windows NT 6.1") == -1) {
// Bug 718316: This test fails on Windows 7 and 8
if (navigator.userAgent.indexOf("Windows NT 6.1") == -1 &&
navigator.userAgent.indexOf("Windows NT 6.2") == -1) {
SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(function() {