media-source: All Results

Test files: 61; Total subtests: 425

Test Files

  1. /media-source/mediasource-removesourcebuffer.html
  2. /media-source/mediasource-sourcebuffer-mode-timestamps.html
  3. /media-source/mediasource-addsourcebuffer.html
  4. /media-source/mediasource-seek-during-pending-seek.html
  5. /media-source/mediasource-changetype.html
  6. /media-source/mediasource-play-then-seek-back.html
  7. /media-source/mediasource-detach.html
  8. /media-source/mediasource-liveseekable.html
  9. /media-source/mediasource-append-buffer.html
  10. /media-source/mediasource-getvideoplaybackquality.html
  11. /media-source/mediasource-appendbuffer-quota-exceeded.html
  12. /media-source/mediasource-play.html
  13. /media-source/mediasource-trackdefaultlist.html
  14. /media-source/mediasource-config-change-mp4-av-framesize.html
  15. /media-source/mediasource-config-change-mp4-av-video-bitrate.html
  16. /media-source/mediasource-seek-beyond-duration.html
  17. /media-source/mediasource-is-type-supported.html
  18. /media-source/mediasource-addsourcebuffer-mode.html
  19. /media-source/mediasource-sequencemode-append-buffer.html
  20. /media-source/mediasource-buffered.html
  21. /media-source/mediasource-changetype-play.html
  22. /media-source/mediasource-config-change-webm-av-audio-bitrate.html
  23. /media-source/mediasource-sourcebuffer-mode.html
  24. /media-source/mediasource-config-change-mp4-v-framerate.html
  25. /media-source/SourceBuffer-abort.html
  26. /media-source/mediasource-sourcebuffer-trackdefaults.html
  27. /media-source/URL-createObjectURL-revoke.html
  28. /media-source/mediasource-endofstream.html
  29. /media-source/mediasource-sourcebufferlist.html
  30. /media-source/mediasource-config-change-webm-v-framerate.html
  31. /media-source/URL-createObjectURL-null.html
  32. /media-source/mediasource-trackdefault.html
  33. /media-source/SourceBuffer-abort-removed.html
  34. /media-source/mediasource-appendwindow.html
  35. /media-source/mediasource-config-change-mp4-a-bitrate.html
  36. /media-source/mediasource-config-change-mp4-v-bitrate.html
  37. /media-source/mediasource-attach-stops-delaying-load-event.html
  38. /media-source/mediasource-endofstream-invaliderror.html
  39. /media-source/mediasource-remove.html
  40. /media-source/mediasource-avtracks.html
  41. /media-source/mediasource-duration.html
  42. /media-source/mediasource-config-change-mp4-av-audio-bitrate.html
  43. /media-source/SourceBuffer-abort-updating.html
  44. /media-source/mediasource-activesourcebuffers.html
  45. /media-source/mediasource-config-change-webm-av-framesize.html
  46. /media-source/mediasource-config-change-webm-v-bitrate.html
  47. /media-source/mediasource-duration-boundaryconditions.html
  48. /media-source/URL-createObjectURL.html
  49. /media-source/SourceBuffer-abort-readyState.html
  50. /media-source/mediasource-redundant-seek.html
  51. /media-source/mediasource-config-change-webm-av-video-bitrate.html
  52. /media-source/mediasource-multiple-attach.html
  53. /media-source/mediasource-closed.html
  54. /media-source/mediasource-errors.html
  55. /media-source/mediasource-timestamp-offset.html
  56. /media-source/mediasource-seekable.html
  57. /media-source/idlharness.any.html
  58. /media-source/mediasource-config-change-webm-v-framesize.html
  59. /media-source/mediasource-config-change-webm-a-bitrate.html
  60. /media-source/mediasource-config-change-mp4-v-framesize.html
  61. /media-source/mediasource-preload.html
Test Show/Hide MessagesEd18
/media-source/mediasource-removesourcebuffer.htmlTIMEOUT
Test abort event when removeSourceBuffer() called while SourceBuffer is updatingFAIL
Test addSourceBuffer(), removeSourceBuffer(), addSourceBuffer() sequence.PASS
Test calling removeSourceBuffer() for a sourceBuffer belonging to a different mediaSource instance.PASS
Test calling removeSourceBuffer() in ended state.PASS
Test calling removeSourceBuffer() twice with the same object.PASS
Test removeSourceBuffer() with nullPASS
Test removesourcebuffer event on activeSourceBuffers.PASS
/media-source/mediasource-sourcebuffer-mode-timestamps.htmlTIMEOUT
audio/aac : If generate timestamps flag equals true and new mode equals "segments", then throw a TypeError exception and abort these steps.PASS
audio/mpeg : If generate timestamps flag equals true and new mode equals "segments", then throw a TypeError exception and abort these steps.PASS
/media-source/mediasource-addsourcebuffer.htmlTIMEOUT
Test addSourceBuffer() audio onlyPASS
Test addSourceBuffer() in 'ended' state.PASS
Test addSourceBuffer() video onlyPASS
Test addSourceBuffer() with AAC and H.264PASS
Test addSourceBuffer() with AAC and H.264 in separate SourceBuffersPASS
Test addSourceBuffer() with Vorbis and VP8PASS
Test addSourceBuffer() with Vorbis and VP8 in separate SourceBuffersPASS
Test addSourceBuffer() with empty typePASS
Test addSourceBuffer() with nullPASS
Test addSourceBuffer() with unsupported typePASS
/media-source/mediasource-seek-during-pending-seek.htmlTIMEOUT
Test seeking to a new location before transitioning beyond HAVE_METADATA.FAIL
Test seeking to a new location during a pending seek.TIMEOUT
/media-source/mediasource-changetype.htmlTIMEOUT
Test changeType after SourceBuffer removed from mediaSource.FAIL
Test changeType retains previous mode when changing to type that doesn't generate timestampsFAIL
Test changeType sets mode to sequence for change to type that generates timestampsFAIL
Test changeType transitioning readyState from 'ended' to 'open'.FAIL
Test changeType while update pending.FAIL
Test changeType with an empty type.PASS
Test changeType with null type.FAIL
Test changeType with unsupported type.FAIL
/media-source/mediasource-play-then-seek-back.htmlOK
Test playing then seeking back.PASS
/media-source/mediasource-detach.htmlOK
Test media.load() after appending data will trigger MediaSource detaching from a media element.PASS
Test media.load() before appending data will trigger MediaSource detaching from a media element.PASS
/media-source/mediasource-liveseekable.htmlTIMEOUT
HTMLMediaElement.seekable returns the live seekable range or an empty range if that range was cleared when nothing is bufferedPASS
HTMLMediaElement.seekable returns the union of the buffered range and the live seekable range, when setPASS
clearLiveSeekableRange does not restrict to not currently updatingPASS
clearLiveSeekableRange returns with no error when conditions are correctPASS
clearLiveSeekableRange throws an InvalidStateError exception if the readyState attribute is not 'open'PASS
setLiveSeekableRange does not restrict to not currently updatingPASS
setLiveSeekableRange returns with no error when conditions are correctPASS
setLiveSeekableRange throws a TypeError if start is greater than endPASS
setLiveSeekableRange throws a TypeError if start is negativePASS
setLiveSeekableRange throws an InvalidStateError exception if the readyState attribute is not 'open'PASS
/media-source/mediasource-append-buffer.htmlTIMEOUT
Test MediaSource.endOfStream() during a pending appendBuffer() for one of its SourceBuffers.PASS
Test MediaSource.removeSourceBuffer() call during a pending appendBuffer().TIMEOUT
Test SourceBuffer.abort() call during a pending appendBuffer().PASS
Test SourceBuffer.appendBuffer() call during a pending appendBuffer().PASS
Test SourceBuffer.appendBuffer() event dispatching.PASS
Test SourceBuffer.appendBuffer() triggering an 'ended' to 'open' transition.PASS
Test abort after appendBuffer update ends.PASS
Test abort after readyState is ended following init segment and media segment.PASS
Test abort after removing sourcebuffer.PASS
Test abort in the middle of an initialization segment.TIMEOUT
Test appendBuffer events order.FAIL
Test appendBuffer with partial init segments.TIMEOUT
Test appendBuffer with partial media segments.TIMEOUT
Test appending a neutered ArrayBuffer.PASS
Test appending a neutered ArrayBufferView.PASS
Test appending after removeSourceBuffer().PASS
Test appending an empty ArrayBuffer.PASS
Test appending an empty ArrayBufferView.PASS
Test appending null.PASS
Test set MediaSource.duration during a pending appendBuffer() for one of its SourceBuffers.PASS
Test set SourceBuffer.timestampOffset during a pending appendBuffer().PASS
Test slow appending does not trigger stalled events.FAIL
Test zero byte SourceBuffer.appendBuffer() call triggering an 'ended' to 'open' transition.PASS
/media-source/mediasource-getvideoplaybackquality.htmlOK
Test HTMLVideoElement.getVideoPlaybackQuality() with MediaSource APIPASS
Test the totalFrameDelay attribute of HTMLVideoElement.getVideoPlaybackQuality() with MediaSource APIPASS
/media-source/mediasource-appendbuffer-quota-exceeded.htmlOK
Appending data repeatedly should fill up the buffer and throw a QuotaExceededError when buffer is full.PASS
/media-source/mediasource-play.htmlOK
Test normal playback case with MediaSource APIPASS
/media-source/mediasource-trackdefaultlist.htmlOK
Test empty track default list construction with and without optional trackDefaults parameterFAIL
Test track default list construction, length, and indexed property getterFAIL
/media-source/mediasource-config-change-mp4-av-framesize.htmlOK
Tests mp4 frame size changes in multiplexed content.PASS
/media-source/mediasource-config-change-mp4-av-video-bitrate.htmlOK
Tests mp4 video bitrate changes in multiplexed content.PASS
/media-source/mediasource-seek-beyond-duration.htmlTIMEOUT
Test seeking beyond media duration.PASS
Test seeking beyond updated media duration.TIMEOUT
/media-source/mediasource-is-type-supported.htmlOK
Test invalid MIME format ""PASS
Test invalid MIME format "null"PASS
Test invalid MIME format "unsupported_mediatype"PASS
Test invalid MIME format "video"PASS
Test invalid MIME format "video/"PASS
Test invalid MIME format "video/webm"PASS
Test invalid MIME format "video/webm;"PASS
Test invalid MIME format "video/webm;codecs"PASS
Test invalid MIME format "video/webm;codecs="PASS
Test invalid MIME format "video/webm;codecs=""PASS
Test invalid MIME format "video/webm;codecs="""PASS
Test invalid MIME format "video/webm;codecs=",""PASS
Test invalid MSE MIME media type "image/jpeg"PASS
Test invalid MSE MIME media type "text/html"PASS
Test invalid MSE MIME media type "xxx"PASS
Test invalid codec ID "audio/mp4;codecs="mp4a""FAIL
Test invalid codec ID "audio/mp4;codecs="mp4a.40""FAIL
Test invalid codec ID "audio/mp4;codecs="mp4a.40.""FAIL
Test invalid codec ID "audio/mp4;codecs="mp4a.67.3""FAIL
Test invalid mismatch between MIME type and codec ID "audio/mp4;codecs="avc1.4d001e""PASS
Test invalid mismatch between MIME type and codec ID "audio/mp4;codecs="vorbis""PASS
Test invalid mismatch between MIME type and codec ID "audio/webm;codecs="mp4a.40.2""PASS
Test invalid mismatch between MIME type and codec ID "audio/webm;codecs="vp8""PASS
Test invalid mismatch between MIME type and codec ID "video/mp4;codecs="vorbis""PASS
Test invalid mismatch between MIME type and codec ID "video/mp4;codecs="vp8""PASS
Test invalid mismatch between MIME type and codec ID "video/webm;codecs="mp4a.40.2""PASS
Test valid MP4 type "audio/mp4;codecs="mp4a.40.2""PASS
Test valid MP4 type "audio/mp4;codecs="mp4a.40.5""PASS
Test valid MP4 type "audio/mp4;codecs="mp4a.67""PASS
Test valid MP4 type "video/mp4;codecs="avc1.42001e""PASS
Test valid MP4 type "video/mp4;codecs="avc1.4d001e""PASS
Test valid MP4 type "video/mp4;codecs="avc1.4d001e,mp4a.40.2""PASS
Test valid MP4 type "video/mp4;codecs="avc1.4d001e,mp4a.40.5""PASS
Test valid MP4 type "video/mp4;codecs="mp4a.40.2 , avc1.4d001e ""PASS
Test valid MP4 type "video/mp4;codecs="mp4a.40.2""PASS
Test valid WebM type "AUDIO/WEBM;CODECS="vorbis""PASS
Test valid WebM type "audio/webm;codecs="vorbis""PASS
Test valid WebM type "video/webm;codecs="vorbis""PASS
Test valid WebM type "video/webm;codecs="vorbis, vp8""PASS
Test valid WebM type "video/webm;codecs="vp8""PASS
Test valid WebM type "video/webm;codecs="vp8,vorbis""PASS
/media-source/mediasource-addsourcebuffer-mode.htmlTIMEOUT
addSourceBuffer() sets SourceBuffer.mode to 'segments' when the generate timestamps flag is falsePASS
addSourceBuffer() sets SourceBuffer.mode to 'sequence' when the generate timestamps flag is truePASS
/media-source/mediasource-sequencemode-append-buffer.htmlTIMEOUT
Test sequence AppendMode appendBuffer(first media segment)FAIL
Test sequence AppendMode appendBuffer(second media segment)FAIL
Test sequence AppendMode appendBuffer(second media segment, then first media segment)FAIL
/media-source/mediasource-buffered.htmlTIMEOUT
Demuxed content with an empty buffered range on one SourceBufferPASS
Demuxed content with different lengthsFAIL
Get buffered range after removing sourcebuffer.PASS
Get buffered range when only init segment is appended.PASS
Get buffered range when sourcebuffer is empty.PASS
Muxed content empty buffered ranges.PASS
Muxed content with different lengthsFAIL
/media-source/mediasource-changetype-play.htmlTIMEOUT
Check if browser supports enough test media typesPASS
Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/mp4; codecs="mp4a.40.2"FAIL
Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/mpegFAIL
Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/webm; codecs="vorbis"FAIL
Test audio-only changeType for audio/mpeg <-> audio/mp4; codecs="mp4a.40.2"FAIL
Test audio-only changeType for audio/mpeg <-> audio/mpegFAIL
Test audio-only changeType for audio/mpeg <-> audio/webm; codecs="vorbis"FAIL
Test audio-only changeType for audio/webm; codecs="vorbis" <-> audio/mp4; codecs="mp4a.40.2"FAIL
Test audio-only changeType for audio/webm; codecs="vorbis" <-> audio/mpegFAIL
Test audio-only changeType for audio/webm; codecs="vorbis" <-> audio/webm; codecs="vorbis"FAIL
Test video-only changeType for video/mp4; codecs="avc1.4D4001" <-> video/mp4; codecs="avc1.4D4001"FAIL
Test video-only changeType for video/mp4; codecs="avc1.4D4001" <-> video/webm; codecs="vp8"FAIL
Test video-only changeType for video/webm; codecs="vp8" <-> video/mp4; codecs="avc1.4D4001"FAIL
Test video-only changeType for video/webm; codecs="vp8" <-> video/webm; codecs="vp8"FAIL
/media-source/mediasource-config-change-webm-av-audio-bitrate.htmlOK
Tests webm audio bitrate changes in multiplexed content.PASS
/media-source/mediasource-sourcebuffer-mode.htmlTIMEOUT
Test initial value of SourceBuffer.mode is "segments"PASS
Test setting SourceBuffer.modePASS
Test setting SourceBuffer.mode and SourceBuffer.timestampOffset while parsing media segment.PASS
Test setting SourceBuffer.mode triggers parent MediaSource 'ended' to 'open' transition.PASS
Test setting SourceBuffer.mode while still updatingPASS
Test setting a removed SourceBuffer's modePASS
/media-source/mediasource-config-change-mp4-v-framerate.htmlOK
Tests mp4 video-only frame rate changes.PASS
/media-source/SourceBuffer-abort.htmlTIMEOUT
SourceBuffer#abort() (video/mp4): Check the values of appendWindowStart and appendWindowEnd.PASS
SourceBuffer#abort() (video/webm; codecs="vorbis,vp8"): Check the values of appendWindowStart and appendWindowEnd.PASS
/media-source/mediasource-sourcebuffer-trackdefaults.htmlTIMEOUT
Test round-trip of empty SourceBuffer.trackDefaultsFAIL
Test round-trip of non-empty SourceBuffer.trackDefaultsFAIL
Test setting null SourceBuffer.trackDefaultsFAIL
Test setting trackDefaults on a SourceBuffer that is updatingFAIL
Test setting trackDefaults on an already-removed SourceBufferFAIL
/media-source/URL-createObjectURL-revoke.htmlTIMEOUT
Check auto-revoking behavior with URL.createObjectURL(MediaSource).FAIL
Check referenced MediaSource can open after URL.revokeObjectURL(url).PASS
Check revoking behavior of URL.revokeObjectURL(url).PASS
/media-source/mediasource-endofstream.htmlTIMEOUT
MediaSource.endOfStream(): duration and buffered range end time before and after endOfStreamFAIL
MediaSource.endOfStream(): duration truncated to 0 when there are no buffered coded framesPASS
MediaSource.endOfStream(): media element notified that it now has all of the media dataTIMEOUT
/media-source/mediasource-sourcebufferlist.htmlTIMEOUT
Test SourceBufferList event dispatching.PASS
Test SourceBufferList getter methodPASS
Test that only 1 removesourcebuffer event fires on each SourceBufferList when the MediaSource closes.PASS
/media-source/mediasource-config-change-webm-v-framerate.htmlOK
Tests webm video-only frame rate changes.PASS
/media-source/URL-createObjectURL-null.htmlOK
URL.createObjectURL(null)PASS
/media-source/mediasource-trackdefault.htmlOK
Test invalid 'kinds' parameter type passed to TrackDefault constructorFAIL
Test invalid 'type' parameter type passed to TrackDefault constructor: type 'invalid type', language 'en-US', label 'label', multiple kinds, byteStreamTrackID '1'FAIL
Test mixed valid and invalid audio kinds: type 'audio', language 'en-US', label 'audio label', multiple kinds, byteStreamTrackID '1'FAIL
Test mixed valid and invalid text kinds: type 'text', language 'en-US', label 'text label', multiple kinds, byteStreamTrackID '1'FAIL
Test mixed valid and invalid video kinds: type 'video', language 'en-US', label 'video label', multiple kinds, byteStreamTrackID '1'FAIL
Test updating the retval of TrackDefault.kinds does not modify TrackDefault.kindsFAIL
Test valid audio kinds: type 'audio', language 'en-US', label 'audio label', kind '', byteStreamTrackID '1'FAIL
Test valid audio kinds: type 'audio', language 'en-US', label 'audio label', kind 'alternative', byteStreamTrackID '1'FAIL
Test valid audio kinds: type 'audio', language 'en-US', label 'audio label', kind 'commentary', byteStreamTrackID '1'FAIL
Test valid audio kinds: type 'audio', language 'en-US', label 'audio label', kind 'descriptions', byteStreamTrackID '1'FAIL
Test valid audio kinds: type 'audio', language 'en-US', label 'audio label', kind 'main', byteStreamTrackID '1'FAIL
Test valid audio kinds: type 'audio', language 'en-US', label 'audio label', kind 'main-desc', byteStreamTrackID '1'FAIL
Test valid audio kinds: type 'audio', language 'en-US', label 'audio label', kind 'translation', byteStreamTrackID '1'FAIL
Test valid audio kinds: type 'audio', language 'en-US', label 'audio label', multiple kinds, byteStreamTrackID '1'FAIL
Test valid text kinds: type 'text', language 'en-US', label 'text label', kind 'captions', byteStreamTrackID '1'FAIL
Test valid text kinds: type 'text', language 'en-US', label 'text label', kind 'chapters', byteStreamTrackID '1'FAIL
Test valid text kinds: type 'text', language 'en-US', label 'text label', kind 'descriptions', byteStreamTrackID '1'FAIL
Test valid text kinds: type 'text', language 'en-US', label 'text label', kind 'metadata', byteStreamTrackID '1'FAIL
Test valid text kinds: type 'text', language 'en-US', label 'text label', kind 'subtitles', byteStreamTrackID '1'FAIL
Test valid text kinds: type 'text', language 'en-US', label 'text label', multiple kinds, byteStreamTrackID '1'FAIL
Test valid video kinds: type 'video', language 'en-US', label 'video label', kind '', byteStreamTrackID '1'FAIL
Test valid video kinds: type 'video', language 'en-US', label 'video label', kind 'alternative', byteStreamTrackID '1'FAIL
Test valid video kinds: type 'video', language 'en-US', label 'video label', kind 'captions', byteStreamTrackID '1'FAIL
Test valid video kinds: type 'video', language 'en-US', label 'video label', kind 'commentary', byteStreamTrackID '1'FAIL
Test valid video kinds: type 'video', language 'en-US', label 'video label', kind 'main', byteStreamTrackID '1'FAIL
Test valid video kinds: type 'video', language 'en-US', label 'video label', kind 'sign', byteStreamTrackID '1'FAIL
Test valid video kinds: type 'video', language 'en-US', label 'video label', kind 'subtitles', byteStreamTrackID '1'FAIL
Test valid video kinds: type 'video', language 'en-US', label 'video label', multiple kinds, byteStreamTrackID '1'FAIL
/media-source/SourceBuffer-abort-removed.htmlTIMEOUT
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.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.PASS
/media-source/mediasource-appendwindow.htmlTIMEOUT
Test appendWindowStart and appendWindowEnd value after a sourceBuffer.abort().PASS
Test appendwindow throw error when mediasource object is not associated with a sourebuffer.PASS
Test correctly reset appendWindowStart and appendWindowEnd valuesPASS
Test read appendWindowStart and appendWindowEnd initial values.PASS
Test set appendWindowStart and appendWindowEnd when source buffer updating.PASS
Test set correct values to appendWindowStart and appendWindowEnd.PASS
Test set wrong values to appendWindowStart and appendWindowEnd.PASS
/media-source/mediasource-config-change-mp4-a-bitrate.htmlOK
Tests mp4 audio-only bitrate changes.PASS
/media-source/mediasource-config-change-mp4-v-bitrate.htmlOK
Tests mp4 video-only bitrate changes.PASS
/media-source/mediasource-attach-stops-delaying-load-event.htmlTIMEOUT
MediaSource attachment should immediately stop delaying the load eventTIMEOUT
/media-source/mediasource-endofstream-invaliderror.htmlTIMEOUT
Test MediaSource.endOfStream() with invalid empty error string.PASS
Test MediaSource.endOfStream() with invalid non-empty error string.PASS
Test MediaSource.endOfStream() with invalid null error parameter.PASS
/media-source/mediasource-remove.htmlTIMEOUT
Test aborting a remove operation.FAIL
Test remove after SourceBuffer removed from mediaSource.PASS
Test remove transitioning readyState from 'ended' to 'open'.PASS
Test remove while update pending.FAIL
Test remove with a NEGATIVE_INFINITY end.PASS
Test remove with a NaN duration.PASS
Test remove with a NaN end.PASS
Test remove with a start at the duration.PASS
Test remove with a start beyond the duration.PASS
Test remove with a start larger than the end.PASS
Test remove with an negative start.PASS
Test remove with non-finite start.PASS
Test removing all appended data.FAIL
Test removing beginning of appended data.FAIL
Test removing the end of appended data.FAIL
Test removing the middle of appended data.FAIL
/media-source/mediasource-avtracks.htmlTIMEOUT
Check that media tracks and their properties are populated properlyFAIL
Media tracks must be removed when HTMLMediaElement.load() is calledFAIL
Media tracks must be removed when the HTMLMediaElement.src is changedFAIL
Media tracks must be removed when the SourceBuffer is removed from the MediaSourcePASS
/media-source/mediasource-duration.htmlTIMEOUT
Increasing the duration does not trigger any SourceBuffer updatePASS
Increasing the duration during media playback does not trigger any SourceBuffer updatePASS
Test appendBuffer completes previous seek to truncated durationFAIL
Test endOfStream completes previous seek to truncated durationFAIL
Test seek starts on duration truncation below currentTimeFAIL
Test setting same duration multiple times does not fire duplicate durationchangeTIMEOUT
Test setting the duration to less than the highest starting presentation timestamp will throwFAIL
Truncating the duration throws an InvalidStateError exception when new duration is less than a buffered coded frame presentation timeFAIL
Truncating the duration throws an InvalidStateError exception when new duration is less than the highest buffered range start time of one of the track buffersFAIL
/media-source/mediasource-config-change-mp4-av-audio-bitrate.htmlOK
Tests mp4 audio bitrate changes in multiplexed content.PASS
/media-source/SourceBuffer-abort-updating.htmlOK
SourceBuffer#abort() (video/mp4) : Check the algorithm when the updating attribute is true.FAIL
SourceBuffer#abort() (video/webm; codecs="vorbis,vp8") : Check the algorithm when the updating attribute is true.PASS
/media-source/mediasource-activesourcebuffers.htmlTIMEOUT
Active SourceBuffers list ignores changes to selected audio/video tracks that do not affect the activation of the SourceBuffer.PASS
Active SourceBuffers list reflects changes to selected audio/video tracks associated with separate SourceBuffers.PASS
Active SourceBuffers must appear in the same order as they appear in the sourceBuffers attribute: audio is first sourceBuffer, audio media appended firstPASS
Active SourceBuffers must appear in the same order as they appear in the sourceBuffers attribute: audio is first sourceBuffer, video media appended firstPASS
Active SourceBuffers must appear in the same order as they appear in the sourceBuffers attribute: video is first sourceBuffer, audio media appended firstPASS
Active SourceBuffers must appear in the same order as they appear in the sourceBuffers attribute: video is first sourceBuffer, video media appended firstPASS
SourceBuffer added to activeSourceBuffers list when its only audio track gets loaded (and thus becomes enabled).PASS
SourceBuffer added to activeSourceBuffers list when its only video track gets loaded (and thus becomes selected).PASS
/media-source/mediasource-config-change-webm-av-framesize.htmlOK
Tests webm frame size changes in multiplexed content.PASS
/media-source/mediasource-config-change-webm-v-bitrate.htmlOK
Tests webm video-only bitrate changes.PASS
/media-source/mediasource-duration-boundaryconditions.htmlTIMEOUT
Set duration to 1PASS
Set duration to 2^31 - 1PASS
Set duration to NaNPASS
Set duration to Number.MAX_VALUEPASS
Set duration to Number.MAX_VALUE - 1PASS
Set duration to Number.MIN_VALUEPASS
Set duration to Number.MIN_VALUE - 1PASS
Set duration to Number.NEGATIVE_INFINITYPASS
Set duration to Number.POSITIVE_INFINITYPASS
Set duration to a negative double.PASS
Set duration to a positive double.PASS
Set duration to lowest value.PASS
Set duration to zeroPASS
/media-source/URL-createObjectURL.htmlOK
URL.createObjectURL(mediaSource) should return a unique Blob URI.PASS
/media-source/SourceBuffer-abort-readyState.htmlOK
SourceBuffer#abort() (video/mp4) : If the readyState attribute of the parent media source is not in the "open" state then throw an INVALID_STATE_ERR exception and abort these steps.PASS
SourceBuffer#abort() (video/webm; codecs="vorbis,vp8") : If the readyState attribute of the parent media source is not in the "open" state then throw an INVALID_STATE_ERR exception and abort these steps.PASS
/media-source/mediasource-redundant-seek.htmlOK
Test redundant fully prebuffered seekFAIL
/media-source/mediasource-config-change-webm-av-video-bitrate.htmlOK
Tests webm video bitrate changes in multiplexed content.PASS
/media-source/mediasource-multiple-attach.htmlTIMEOUT
Test exactly one succeeds when two MediaElements attach to same MediaSourcePASS
Test that MediaSource can reattach if closed firstPASS
/media-source/mediasource-closed.htmlOK
Test addSourceBuffer() while closed.PASS
Test attribute values on a closed MediaSource object.PASS
Test endOfStream() while closed.PASS
Test endOfStream(decode) while closed.PASS
Test endOfStream(network) while closed.PASS
Test getting duration while open->closed.PASS
Test removeSourceBuffer() while closed.PASS
Test setting duration while closed.PASS
Test setting duration while open->closed.PASS
Test sourcebuffer.abort when closed.PASS
/media-source/mediasource-errors.htmlTIMEOUT
Appending media segment before the first initialization segment.TIMEOUT
Signaling 'decode' error via endOfStream() after initialization segment has been appended and the HTMLMediaElement has reached HAVE_METADATA.PASS
Signaling 'decode' error via endOfStream() before initialization segment has been appended.TIMEOUT
Signaling 'decode' error via segment parser loop algorithm after initialization segment has been appended.PASS
Signaling 'decode' error via segment parser loop algorithm.PASS
Signaling 'network' error via endOfStream() after initialization segment has been appended and the HTMLMediaElement has reached HAVE_METADATA.PASS
Signaling 'network' error via endOfStream() before initialization segment has been appended.TIMEOUT
/media-source/mediasource-timestamp-offset.htmlTIMEOUT
Test getting the initial value of timestampOffset.PASS
Test setting SourceBuffer.timestampOffset to NaN.PASS
Test setting SourceBuffer.timestampOffset to a negative number.PASS
Test setting SourceBuffer.timestampOffset to a number string.PASS
Test setting SourceBuffer.timestampOffset to a positive number.PASS
Test setting SourceBuffer.timestampOffset to an empty string.PASS
Test setting SourceBuffer.timestampOffset to false.PASS
Test setting SourceBuffer.timestampOffset to negative infinity.PASS
Test setting SourceBuffer.timestampOffset to null.PASS
Test setting SourceBuffer.timestampOffset to positive infinity.PASS
Test setting SourceBuffer.timestampOffset to true.PASS
Test setting SourceBuffer.timestampOffset to undefined.PASS
Test setting SourceBuffer.timestampOffset to zero.PASS
Test setting timestampOffset in 'ended' state causes a transition to 'open'.PASS
Test setting timestampoffset after removing the sourcebuffer.PASS
/media-source/mediasource-seekable.htmlTIMEOUT
Get seekable time ranges after init segment received.PASS
Get seekable time ranges on an infinite stream.PASS
Get seekable time ranges when the sourcebuffer is empty.PASS
/media-source/idlharness.any.htmlOK
AudioTrack interface: attribute sourceBufferFAIL
MediaSource interface object lengthPASS
MediaSource interface object namePASS
MediaSource interface: attribute activeSourceBuffersFAIL
MediaSource interface: attribute durationFAIL
MediaSource interface: attribute onsourcecloseFAIL
MediaSource interface: attribute onsourceendedFAIL
MediaSource interface: attribute onsourceopenFAIL
MediaSource interface: attribute readyStateFAIL
MediaSource interface: attribute sourceBuffersFAIL
MediaSource interface: calling addSourceBuffer(DOMString) on mediaSource with too few arguments must throw TypeErrorPASS
MediaSource interface: calling endOfStream(EndOfStreamError) on mediaSource with too few arguments must throw TypeErrorPASS
MediaSource interface: calling isTypeSupported(DOMString) on mediaSource with too few arguments must throw TypeErrorPASS
MediaSource interface: calling removeSourceBuffer(SourceBuffer) on mediaSource with too few arguments must throw TypeErrorPASS
MediaSource interface: calling setLiveSeekableRange(double, double) on mediaSource with too few arguments must throw TypeErrorPASS
MediaSource interface: existence and properties of interface objectFAIL
MediaSource interface: existence and properties of interface prototype objectPASS
MediaSource interface: existence and properties of interface prototype object's "constructor" propertyPASS
MediaSource interface: existence and properties of interface prototype object's @@unscopables propertyPASS
MediaSource interface: mediaSource must inherit property "activeSourceBuffers" with the proper typePASS
MediaSource interface: mediaSource must inherit property "addSourceBuffer(DOMString)" with the proper typePASS
MediaSource interface: mediaSource must inherit property "clearLiveSeekableRange()" with the proper typePASS
MediaSource interface: mediaSource must inherit property "duration" with the proper typePASS
MediaSource interface: mediaSource must inherit property "endOfStream(EndOfStreamError)" with the proper typePASS
MediaSource interface: mediaSource must inherit property "isTypeSupported(DOMString)" with the proper typePASS
MediaSource interface: mediaSource must inherit property "onsourceclose" with the proper typePASS
MediaSource interface: mediaSource must inherit property "onsourceended" with the proper typePASS
MediaSource interface: mediaSource must inherit property "onsourceopen" with the proper typePASS
MediaSource interface: mediaSource must inherit property "readyState" with the proper typePASS
MediaSource interface: mediaSource must inherit property "removeSourceBuffer(SourceBuffer)" with the proper typePASS
MediaSource interface: mediaSource must inherit property "setLiveSeekableRange(double, double)" with the proper typePASS
MediaSource interface: mediaSource must inherit property "sourceBuffers" with the proper typePASS
MediaSource interface: operation addSourceBuffer(DOMString)PASS
MediaSource interface: operation clearLiveSeekableRange()PASS
MediaSource interface: operation endOfStream(EndOfStreamError)PASS
MediaSource interface: operation isTypeSupported(DOMString)PASS
MediaSource interface: operation removeSourceBuffer(SourceBuffer)PASS
MediaSource interface: operation setLiveSeekableRange(double, double)PASS
MediaSource must be primary interface of mediaSourcePASS
Partial interface AudioTrack: original interface definedPASS
Partial interface TextTrack: original interface definedPASS
Partial interface URL: original interface definedPASS
Partial interface URL: valid exposure setPASS
Partial interface VideoTrack: original interface definedPASS
SourceBuffer interface object lengthPASS
SourceBuffer interface object namePASS
SourceBuffer interface: attribute appendWindowEndFAIL
SourceBuffer interface: attribute appendWindowStartFAIL
SourceBuffer interface: attribute audioTracksFAIL
SourceBuffer interface: attribute bufferedFAIL
SourceBuffer interface: attribute modeFAIL
SourceBuffer interface: attribute onabortFAIL
SourceBuffer interface: attribute onerrorFAIL
SourceBuffer interface: attribute onupdateFAIL
SourceBuffer interface: attribute onupdateendFAIL
SourceBuffer interface: attribute onupdatestartFAIL
SourceBuffer interface: attribute textTracksFAIL
SourceBuffer interface: attribute timestampOffsetFAIL
SourceBuffer interface: attribute updatingFAIL
SourceBuffer interface: attribute videoTracksFAIL
SourceBuffer interface: calling appendBuffer(BufferSource) on sourceBuffer with too few arguments must throw TypeErrorPASS
SourceBuffer interface: calling remove(double, unrestricted double) on sourceBuffer with too few arguments must throw TypeErrorPASS
SourceBuffer interface: existence and properties of interface objectFAIL
SourceBuffer interface: existence and properties of interface prototype objectPASS
SourceBuffer interface: existence and properties of interface prototype object's "constructor" propertyPASS
SourceBuffer interface: existence and properties of interface prototype object's @@unscopables propertyPASS
SourceBuffer interface: operation abort()PASS
SourceBuffer interface: operation appendBuffer(BufferSource)PASS
SourceBuffer interface: operation remove(double, unrestricted double)PASS
SourceBuffer interface: sourceBuffer must inherit property "abort()" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "appendBuffer(BufferSource)" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "appendWindowEnd" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "appendWindowStart" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "audioTracks" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "buffered" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "mode" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "onabort" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "onerror" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "onupdate" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "onupdateend" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "onupdatestart" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "remove(double, unrestricted double)" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "textTracks" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "timestampOffset" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "updating" with the proper typePASS
SourceBuffer interface: sourceBuffer must inherit property "videoTracks" with the proper typePASS
SourceBuffer must be primary interface of sourceBufferPASS
SourceBufferList interface object lengthPASS
SourceBufferList interface object namePASS
SourceBufferList interface: attribute lengthFAIL
SourceBufferList interface: attribute onaddsourcebufferFAIL
SourceBufferList interface: attribute onremovesourcebufferFAIL
SourceBufferList interface: existence and properties of interface objectFAIL
SourceBufferList interface: existence and properties of interface prototype objectPASS
SourceBufferList interface: existence and properties of interface prototype object's "constructor" propertyPASS
SourceBufferList interface: existence and properties of interface prototype object's @@unscopables propertyPASS
SourceBufferList interface: mediaSource.sourceBuffers must inherit property "length" with the proper typePASS
SourceBufferList interface: mediaSource.sourceBuffers must inherit property "onaddsourcebuffer" with the proper typePASS
SourceBufferList interface: mediaSource.sourceBuffers must inherit property "onremovesourcebuffer" with the proper typePASS
SourceBufferList must be primary interface of mediaSource.sourceBuffersPASS
Stringification of mediaSourcePASS
Stringification of mediaSource.sourceBuffersPASS
Stringification of sourceBufferPASS
TextTrack interface: attribute sourceBufferFAIL
URL interface: operation createObjectURL(MediaSource)PASS
VideoTrack interface: attribute sourceBufferFAIL
media-source interfacesPASS
/media-source/mediasource-config-change-webm-v-framesize.htmlOK
Tests webm video-only frame size changes.PASS
/media-source/mediasource-config-change-webm-a-bitrate.htmlOK
Tests webm audio-only bitrate changes.PASS
/media-source/mediasource-config-change-mp4-v-framesize.htmlOK
Tests mp4 video-only frame size changes.PASS
/media-source/mediasource-preload.htmlTIMEOUT
error occurs with bogus blob URL (corrupted MediaSource object URL) and element preload=autoPASS
error occurs with bogus blob URL (corrupted MediaSource object URL) and element preload=metadataPASS
error occurs with bogus blob URL (revoked MediaSource object URL) and element preload=autoPASS
error occurs with bogus blob URL (revoked MediaSource object URL) and element preload=metadataPASS
sourceopen occurs with element preload=autoPASS
sourceopen occurs with element preload=metadataPASS
sourceopen occurs with element preload=nonePASS