blob: 255c23d93d4d1ed80e02c12a918169a3f247a7ad (
plain)
1
2
3
4
5
6
7
8
9
|
[mediasource-correct-frames.html]
disabled:
if (os == "android"): bug 1550895 (frequently fails on geckoview)
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1548125
expected:
if not fission and not debug: [OK, ERROR]
[Test the expected frames are played at the expected times]
expected:
if not fission and not debug: [PASS, TIMEOUT]
|