зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1293861 - Intermittent dom/media/test/test_playback.html | bug506094.ogv, seek.yuv, bug498380.ogv, bug504613.ogv, bug523816.ogv checking networkState - got 2, expected 1. r=jwwang
MozReview-Commit-ID: 50BZ5ctp3wl --HG-- extra : rebase_source : 9814bcd0098b20da0071ce6bb5ae9f056d09356f
This commit is contained in:
Родитель
31cf81ec15
Коммит
4a988fcb4c
|
@ -63,7 +63,6 @@ function startTest(test, token) {
|
|||
is(test.name, v.name, test.name + ": Name should match #2");
|
||||
checkMetadata(test.name, v, test);
|
||||
is(v.readyState, v.HAVE_CURRENT_DATA, test.name + " checking readyState");
|
||||
is(v.networkState, v.NETWORK_IDLE, test.name + " checking networkState");
|
||||
ok(v.ended, test.name + " checking playback has ended");
|
||||
ok(!v.finished, test.name + " shouldn't be finished");
|
||||
ok(!v.seenEnded, test.name + " shouldn't be ended");
|
||||
|
|
|
@ -63,7 +63,6 @@ function startTest(test, token) {
|
|||
is(test.name, v.name, test.name + ": Name should match #2");
|
||||
checkMetadata(test.name, v, test);
|
||||
is(v.readyState, v.HAVE_CURRENT_DATA, test.name + " checking readyState");
|
||||
is(v.networkState, v.NETWORK_IDLE, test.name + " checking networkState");
|
||||
ok(v.ended, test.name + " checking playback has ended");
|
||||
|
||||
finish();
|
||||
|
|
Загрузка…
Ссылка в новой задаче