From 17cd8489b9be7f217bae544ac5f88464884d0cfe Mon Sep 17 00:00:00 2001 From: Andreas Pehrson Date: Mon, 6 Oct 2014 11:22:55 +0200 Subject: [PATCH] Bug 879717 - Part 2. Test that drawing a video element to canvas From 5be50c1d6131a58d8a06dcaa0dfca8156ef71273 Mon Sep 17 00:00:00 2001 never throws. r=roc --- dom/media/test/mochitest.ini | 1 + dom/media/test/test_bug879717.html | 119 +++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 dom/media/test/test_bug879717.html --- dom/media/test/mochitest.ini | 1 + dom/media/test/test_bug879717.html | 119 +++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 dom/media/test/test_bug879717.html diff --git a/dom/media/test/mochitest.ini b/dom/media/test/mochitest.ini index e6a007ba548..dbac39c6a36 100644 --- a/dom/media/test/mochitest.ini +++ b/dom/media/test/mochitest.ini @@ -332,6 +332,7 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439 skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439 [test_bug726904.html] [test_bug874897.html] +[test_bug879717.html] [test_bug883173.html] [test_bug895091.html] [test_bug895305.html] diff --git a/dom/media/test/test_bug879717.html b/dom/media/test/test_bug879717.html new file mode 100644 index 00000000000..35e68fb2860 --- /dev/null +++ b/dom/media/test/test_bug879717.html @@ -0,0 +1,119 @@ + + + + Test for bug 879717, check that a video element can be drawn into a canvas at various states of playback + + + + + +
+
+
+ +