Pass | SourceBuffer#abort (video/webm; codecs="vorbis,vp8") : if this object has been removed from the sourceBuffers attribute of the parent media source, then throw an INVALID_STATE_ERR exception and abort these steps. | Asserts runPass | assert_throws_dom("InvalidStateError", function "function() { sourceBuffer.abort(); }", "SourceBuffer#abort() after removing the SourceBuffer object")
at Test.<anonymous> ( /media-source/SourceBuffer-abort-removed.html:35:13) |
|
Fail | SourceBuffer#abort (video/mp4) : if this object has been removed from the sourceBuffers attribute of the parent media source, then throw an INVALID_STATE_ERR exception and abort these steps. | assert_unreached: Browser doesn't support the MIME used in this test: video/mp4 Reached unreachable code at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/media-source/SourceBuffer-abort-removed.html:19:13)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at Test.isTypeSupported (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/media-source/SourceBuffer-abort-removed.html:18:14)
at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/media-source/SourceBuffer-abort-removed.html:28:36)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25) Asserts runFail | assert_unreached("Browser doesn't support the MIME used in this test: video/mp4")
at Test.<anonymous> ( /media-source/SourceBuffer-abort-removed.html:19:13) |
|