13 lines
577 B
INI
13 lines
577 B
INI
[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 == "win") and debug: [OK, TIMEOUT, CRASH]
|
|
if os == "mac": [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 == "win") and debug: [PASS, TIMEOUT]
|
|
if os == "mac": [PASS, TIMEOUT]
|