diff --git a/dom/media/mediasource/test/mochitest.ini b/dom/media/mediasource/test/mochitest.ini index ed43ac8376a2..7549c3c7d971 100644 --- a/dom/media/mediasource/test/mochitest.ini +++ b/dom/media/mediasource/test/mochitest.ini @@ -55,6 +55,7 @@ support-files = wmf_mismatchedaudiotime.mp4 bug1718709_low_res.mp4 bug1718709_high_res.mp4 + whitenoise-he-aac-5s.mp4 [test_AbortAfterPartialMediaSegment.html] [test_AppendPartialInitSegment.html] @@ -85,6 +86,7 @@ skip-if = os == 'win' # bug 1487973, (os == 'mac') # mac due to bug 1487973 [test_HaveMetadataUnbufferedSeek.html] [test_HaveMetadataUnbufferedSeek_mp4.html] +[test_HEAAC_extradata.html] [test_LiveSeekable.html] [test_LoadedDataFired_mp4.html] [test_LoadedMetadataFired.html] diff --git a/dom/media/mediasource/test/test_HEAAC_extradata.html b/dom/media/mediasource/test/test_HEAAC_extradata.html new file mode 100644 index 000000000000..9fbbec8d72ff --- /dev/null +++ b/dom/media/mediasource/test/test_HEAAC_extradata.html @@ -0,0 +1,89 @@ + + +
++ ++ + diff --git a/dom/media/mediasource/test/whitenoise-he-aac-5s.mp4 b/dom/media/mediasource/test/whitenoise-he-aac-5s.mp4 new file mode 100644 index 000000000000..db648b82294f Binary files /dev/null and b/dom/media/mediasource/test/whitenoise-he-aac-5s.mp4 differ