diff --git a/dom/media/test/mochitest.toml b/dom/media/test/mochitest.toml index 689505e39137..19d953497fd7 100644 --- a/dom/media/test/mochitest.toml +++ b/dom/media/test/mochitest.toml @@ -837,6 +837,10 @@ skip-if = ["os == 'android'"] # bug 1108558, android(bug 1232305) skip-if = ["os != 'android'"] tags = "hls" +["test_hw_video_decoding.html"] +skip-if = ["!mda_gpu"] +scheme = "https" + ["test_imagecapture.html"] scheme = "https" diff --git a/dom/media/test/test_hw_video_decoding.html b/dom/media/test/test_hw_video_decoding.html new file mode 100644 index 000000000000..f93ab9b0a830 --- /dev/null +++ b/dom/media/test/test_hw_video_decoding.html @@ -0,0 +1,119 @@ + + + +Test video hardware decoding + + + + + + +