blob: 37a1f24c94b52299ee27ca1a043910987bcf1717 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[mediasource-endofstream.html]
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1381449
if (os == "android") and debug: Frequently failing on geckoview
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, TIMEOUT]
[MediaSource.endOfStream(): media element notified that it now has all of the media data]
disabled:
if (os == "android") and debug: Frequently failing on geckoview (Bug 1381449)
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "mac") and debug: [PASS, TIMEOUT]
|