diff --git a/testing/mochitest/manifests/Makefile.in b/testing/mochitest/manifests/Makefile.in index 420a04b4cac8..acc361e4dd8f 100644 --- a/testing/mochitest/manifests/Makefile.in +++ b/testing/mochitest/manifests/Makefile.in @@ -3,6 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. STATIC_FILES = emulator-jb.ini \ + autophone-media.ini \ $(NULL) STATIC_DEST = $(DEPTH)/_tests/$(relativesrcdir) INSTALL_TARGETS += STATIC diff --git a/testing/mochitest/manifests/autophone-media.ini b/testing/mochitest/manifests/autophone-media.ini new file mode 100644 index 000000000000..d644ea2bf472 --- /dev/null +++ b/testing/mochitest/manifests/autophone-media.ini @@ -0,0 +1,9 @@ +[DEFAULT] + +[../tests/dom/media/test/test_can_play_type.html] +[../tests/dom/media/test/test_can_play_type_mpeg.html] +[../tests/dom/media/test/test_audio1.html] +[../tests/dom/media/test/test_decode_error.html] +[../tests/dom/media/test/test_imagecapture.html] +[../tests/dom/media/test/test_played.html] +[../tests/dom/media/test/test_playback.html]