mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 651136 - Make content/events/test/test_bug238987.html non flaky. r=ehsan
This commit is contained in:
parent
b0831fbe45
commit
34bb38d9d1
@ -136,7 +136,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=238987
|
||||
setOrRestoreTabFocus(0);
|
||||
SimpleTest.finish();
|
||||
} else {
|
||||
setTimeout(tab, 50);
|
||||
setTimeout(tab, 0);
|
||||
}
|
||||
}
|
||||
|
||||
@ -161,7 +161,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=238987
|
||||
|
||||
function doTest() {
|
||||
setOrRestoreTabFocus(7);
|
||||
setTimeout(start, 100);
|
||||
setTimeout(start, 0);
|
||||
}
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
Loading…
Reference in New Issue
Block a user