diff --git a/dom/media/mediasource/test/mochitest.ini b/dom/media/mediasource/test/mochitest.ini index fa06f72d2c77..f0dcfac56825 100644 --- a/dom/media/mediasource/test/mochitest.ini +++ b/dom/media/mediasource/test/mochitest.ini @@ -5,16 +5,17 @@ support-files = seek.webm seek.webm^headers^ seek_lowres.webm seek_lowres.webm^headers^ -[test_MediaSource.html] -[test_MediaSource_disabled.html] [test_BufferedSeek.html] [test_BufferingWait.html] skip-if = true # bug 1093133 [test_EndOfStream.html] skip-if = (toolkit == 'android' || buildapp == 'mulet') #timeout android/mulet only bug 1101187 +[test_DurationUpdated.html] [test_FrameSelection.html] [test_HaveMetadataUnbufferedSeek.html] [test_LoadedMetadataFired.html] +[test_MediaSource.html] +[test_MediaSource_disabled.html] [test_SeekableAfterEndOfStream.html] [test_SeekableAfterEndOfStreamSplit.html] [test_SeekableBeforeEndOfStream.html] diff --git a/dom/media/mediasource/test/test_DurationUpdated.html b/dom/media/mediasource/test/test_DurationUpdated.html new file mode 100644 index 000000000000..548d2cfee40b --- /dev/null +++ b/dom/media/mediasource/test/test_DurationUpdated.html @@ -0,0 +1,59 @@ + + + + MSE: append data and check that mediasource duration got updated + + + + + +
+
+
+ +