diff --git a/dom/media/test/mochitest.ini b/dom/media/test/mochitest.ini index 434eae35879f..4306421ade4a 100644 --- a/dom/media/test/mochitest.ini +++ b/dom/media/test/mochitest.ini @@ -804,6 +804,8 @@ tags=promise-play tags=promise-play [test_play_promise_3.html] tags=promise-play +[test_play_promise_4.html] +tags=promise-play [test_play_twice.html] # Seamonkey: Bug 598252 skip-if = appname == "seamonkey" diff --git a/dom/media/test/test_play_promise_4.html b/dom/media/test/test_play_promise_4.html new file mode 100644 index 000000000000..79b28a5d5b00 --- /dev/null +++ b/dom/media/test/test_play_promise_4.html @@ -0,0 +1,41 @@ + + + + Media test: promise-based play() method + + + + + + +
+
+
\ No newline at end of file