зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1415787 - Wait for focus before proceeding test. r=daoshengmu
To process focus handling deterministic, we need to wait for focus before proceeding test. MozReview-Commit-ID: 78EWlA3QuWM --HG-- extra : rebase_source : 6473b0e1d364f9d3f8a5c43f82ee25be54a478bf
This commit is contained in:
Родитель
1f9e96c9dc
Коммит
8c0001196d
|
@ -96,7 +96,8 @@ function main()
|
|||
SimpleTest.finish();
|
||||
}
|
||||
|
||||
window.addEventListener("load", main);
|
||||
SimpleTest.waitForFocus(main);
|
||||
|
||||
</script>
|
||||
</pre>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче