diff --git a/dom/media/test/mochitest.ini b/dom/media/test/mochitest.ini index da05620b4bb5..2426f74d532a 100644 --- a/dom/media/test/mochitest.ini +++ b/dom/media/test/mochitest.ini @@ -814,6 +814,8 @@ tags=promise-play tags=promise-play [test_play_promise_8.html] tags=promise-play +[test_play_promise_9.html] +tags=promise-play [test_play_twice.html] # Seamonkey: Bug 598252 skip-if = appname == "seamonkey" diff --git a/dom/media/test/test_play_promise_9.html b/dom/media/test/test_play_promise_9.html new file mode 100644 index 000000000000..0b3e636bb302 --- /dev/null +++ b/dom/media/test/test_play_promise_9.html @@ -0,0 +1,44 @@ + + +
++ + \ No newline at end of file