From cb41bae939390d61ad64a33183ac8f6fe7b2a65c Mon Sep 17 00:00:00 2001 From: Andreas Pehrson Date: Sun, 21 Dec 2014 14:46:24 +0100 Subject: [PATCH] Bug 1113600 - Part 3. Add mochitest for capturing media mid-playback. r=roc --- dom/media/test/mochitest.ini | 1 + dom/media/test/test_bug1113600.html | 48 +++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 dom/media/test/test_bug1113600.html diff --git a/dom/media/test/mochitest.ini b/dom/media/test/mochitest.ini index 0b242c697c9..e6a007ba548 100644 --- a/dom/media/test/mochitest.ini +++ b/dom/media/test/mochitest.ini @@ -338,6 +338,7 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439 [test_bug919265.html] [test_bug957847.html] [test_bug1018933.html] +[test_bug1113600.html] [test_can_play_type.html] [test_can_play_type_mpeg.html] skip-if = buildapp == 'b2g' || (toolkit == 'android' && processor == 'x86') # bug 1021675 #x86 only bug 914439 diff --git a/dom/media/test/test_bug1113600.html b/dom/media/test/test_bug1113600.html new file mode 100644 index 00000000000..579510ba1cc --- /dev/null +++ b/dom/media/test/test_bug1113600.html @@ -0,0 +1,48 @@ + + + + Test that a video element captured to a stream mid-playback can be played to the end + + + + + +
+
+
+ +