зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1269672 - part4 : remake audio and modify test. r=jwwang.
MozReview-Commit-ID: BM691tnmVNd
This commit is contained in:
Родитель
6b34c93ecd
Коммит
e24e5bdcbd
Двоичные данные
dom/base/test/audioEndedDuringPlaying.webm
Двоичные данные
dom/base/test/audioEndedDuringPlaying.webm
Двоичный файл не отображается.
|
@ -55,16 +55,11 @@ function audioBecomeSilentDuringPlaying() {
|
|||
expectedPlaying = true;
|
||||
}
|
||||
|
||||
function audioPlayingEnd() {
|
||||
audio.onended = function() {
|
||||
info("Audio playback ended");
|
||||
audio.onended = null;
|
||||
function finish() {
|
||||
observerService.removeObserver(observer, "audio-playback");
|
||||
ok(true, "Observer removed");
|
||||
|
||||
observerService.removeObserver(observer, "audio-playback");
|
||||
ok(true, "Observer removed");
|
||||
|
||||
SimpleTest.finish();
|
||||
};
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
||||
function runTest() {
|
||||
|
@ -72,7 +67,7 @@ function runTest() {
|
|||
|
||||
yield audioBecomeSilentDuringPlaying();
|
||||
|
||||
yield audioPlayingEnd();
|
||||
yield finish();
|
||||
}
|
||||
|
||||
continueTest();
|
||||
|
|
Загрузка…
Ссылка в новой задаче