mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 886781 follow-up: Disable the test properly, we can't return from the global scope
Landed on a CLOSED TREE
This commit is contained in:
parent
0b1076608d
commit
7e1838537c
@ -19,11 +19,10 @@ SimpleTest.waitForExplicitFinish();
|
||||
if (navigator.userAgent.indexOf("Windows NT 6.2") >= 0) {
|
||||
todo(false, "Too many intermittent failures on Windows 8 (bug 886781)");
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
} else {
|
||||
setTimeout(focusing, 0);
|
||||
}
|
||||
|
||||
setTimeout(focusing, 0);
|
||||
|
||||
function focusing() {
|
||||
document.getElementById("editor").focus();
|
||||
// This seems to be necessary because the selection is not set up properly otherwise
|
||||
|
Loading…
Reference in New Issue
Block a user