зеркало из https://github.com/mozilla/gecko-dev.git
Bug 942411 - Try to ensure that the test window has focus before running the test
This commit is contained in:
Родитель
a6a81b0f7d
Коммит
819b739494
|
@ -143,7 +143,9 @@
|
|||
"set": [
|
||||
["dom.mozBrowserFramesEnabled", true]
|
||||
]
|
||||
}, runTest);
|
||||
}, function() {
|
||||
SimpleTest.waitForFocus(runTest);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче