зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1322746 - Add common func addLoadEvent to mochi-to-testcase.py.
MozReview-Commit-ID: 2I7qdlZ6Po6
This commit is contained in:
Родитель
dc78acfe2b
Коммит
29703124cf
|
@ -50,6 +50,10 @@ function todo(val, text) {
|
|||
debug(status + text);
|
||||
}
|
||||
|
||||
function addLoadEvent(func) {
|
||||
window.addEventListener('load', func, false);
|
||||
}
|
||||
|
||||
SimpleTest = {
|
||||
waitForExplicitFinish: function() {},
|
||||
finish: function() {},
|
||||
|
|
Загрузка…
Ссылка в новой задаче