Bug 942411 - Try to ensure that the test window has focus before running the test

This commit is contained in:
Ehsan Akhgari 2014-03-15 17:22:00 -04:00
Родитель a6a81b0f7d
Коммит 819b739494
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -143,7 +143,9 @@
"set": [
["dom.mozBrowserFramesEnabled", true]
]
}, runTest);
}, function() {
SimpleTest.waitForFocus(runTest);
});
});
</script>
</body>