# HG changeset patch # User Randy Lin # Date 1375933875 -28800 # Node ID e2032701457bc393acd96883eb2201b17580ed09 # Parent 45128af1773980dc890cd698bed16678f9413547 test case for Bug 897776 diff --git a/content/media/test/Makefile.in b/content/media/test/Makefile.in --- a/content/media/test/Makefile.in +++ b/content/media/test/Makefile.in @@ -111,16 +111,17 @@ MOCHITEST_FILES = \ test_source.html \ test_source_write.html \ test_source_null.html \ test_standalone.html \ test_volume.html \ test_video_to_canvas.html \ test_audiowrite.html \ test_mediarecorder_creation.html \ + test_mediarecorder_avoid_recursion.html \ test_mozHasAudio.html \ test_source_media.html \ test_autoplay_contentEditable.html \ test_bug448534.html \ test_bug463162.xhtml \ test_decoder_disable.html \ test_mediarecorder_reload_crash.html \ test_media_selection.html \ diff --git a/content/media/test/test_mediarecorder_avoid_recursion.html b/content/media/test/test_mediarecorder_avoid_recursion.html new file mode 100644 --- /dev/null +++ b/content/media/test/test_mediarecorder_avoid_recursion.html @@ -0,0 +1,45 @@ + + + + MediaRecorder infinite recursion with requestData() calls in "dataavailable" event + + + + + +Mozill +a Bug 897776 +
+
+
+ +