Bug 1308388. P2 - SimpleTest.waitForExplicitFinish() is already called in MediaTestManager.runTests(). r=kaku

MozReview-Commit-ID: GUShE3Fz3Nh

--HG--
extra : rebase_source : 60a8b33d5f92210bd6db79df3cdbf53d41a1c26d
This commit is contained in:
JW Wang 2017-03-07 13:32:44 +08:00
Родитель 9183688a57
Коммит ecb2fcab59
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -109,7 +109,6 @@ function startTest(test, token) {
// Note: No need to set media test prefs, since we're using XHR to fetch
// media data.
SimpleTest.waitForExplicitFinish();
manager.runTests(gSeekTests, startTest);
</script>