diff --git a/dom/media/test/crashtests/crashtests.list b/dom/media/test/crashtests/crashtests.list index 1c53739be48..44ae45ed06b 100644 --- a/dom/media/test/crashtests/crashtests.list +++ b/dom/media/test/crashtests/crashtests.list @@ -92,6 +92,7 @@ HTTP load media-element-source-seek-1.html load offline-buffer-source-ended-1.html load oscillator-ended-1.html load oscillator-ended-2.html +skip-if(winWidget || xulRuntime.OS=="Linux") load video-replay-after-audio-end.html # This needs to run at the end to avoid leaking busted state into other tests. skip-if(B2G) load 691096-1.html # bug 852821 diff --git a/dom/media/test/crashtests/video-crash.webm b/dom/media/test/crashtests/video-crash.webm new file mode 100644 index 00000000000..9532113d87a Binary files /dev/null and b/dom/media/test/crashtests/video-crash.webm differ diff --git a/dom/media/test/crashtests/video-replay-after-audio-end.html b/dom/media/test/crashtests/video-replay-after-audio-end.html new file mode 100644 index 00000000000..9ffd6078de0 --- /dev/null +++ b/dom/media/test/crashtests/video-replay-after-audio-end.html @@ -0,0 +1,43 @@ + + + Bug 1242774 : video crashed if pause and play again after audio track ends + + + + + \ No newline at end of file