diff --git a/dom/media/test/mochitest.ini b/dom/media/test/mochitest.ini index 9a58518415e7..01032d08a507 100644 --- a/dom/media/test/mochitest.ini +++ b/dom/media/test/mochitest.ini @@ -905,7 +905,7 @@ skip-if = toolkit == 'android' # android(bug 1232305) [test_mediarecorder_playback_can_repeat.html] tags=mtg [test_mediarecorder_principals.html] -skip-if = +skip-if = os == 'win' && os_version == '10.0' && webrender # Bug 1453375 os == 'android' # Bug 1694645 tags=mtg @@ -1167,6 +1167,8 @@ skip-if = os == 'android' #Bug 1304480 tags = suspend [test_background_video_suspend_ends.html] tags = suspend +[test_background_video_suspend_ready_state.html] +tags = suspend [test_background_video_tainted_by_capturestream.html] tags = suspend [test_background_video_tainted_by_createimagebitmap.html] diff --git a/dom/media/test/test_background_video_suspend_ready_state.html b/dom/media/test/test_background_video_suspend_ready_state.html new file mode 100644 index 000000000000..af5a4811efa6 --- /dev/null +++ b/dom/media/test/test_background_video_suspend_ready_state.html @@ -0,0 +1,74 @@ + + + +Check element's ready state while suspending video decoding + + + + + + + + +