[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]