summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt10
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/media/video-canvas-source-expected.txt10
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-canvas-source-expected.txt10
3 files changed, 30 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt
new file mode 100644
index 0000000..14fc33d
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt
@@ -0,0 +1,10 @@
+Test to ensure we don't taint a canvas when drawing from a video the uses source elements rather than the src attribute
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+PASS !!ctx.getImageData(0, 0, width, height) is true
+RUN(var source = document.createElement('source'); source.src = 'content/counting.ogv'; video.appendChild(source))
+EVENT(load)
+END OF TEST
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/media/video-canvas-source-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/media/video-canvas-source-expected.txt
new file mode 100644
index 0000000..14fc33d
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/media/video-canvas-source-expected.txt
@@ -0,0 +1,10 @@
+Test to ensure we don't taint a canvas when drawing from a video the uses source elements rather than the src attribute
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+PASS !!ctx.getImageData(0, 0, width, height) is true
+RUN(var source = document.createElement('source'); source.src = 'content/counting.ogv'; video.appendChild(source))
+EVENT(load)
+END OF TEST
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-canvas-source-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-canvas-source-expected.txt
new file mode 100644
index 0000000..14fc33d
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-canvas-source-expected.txt
@@ -0,0 +1,10 @@
+Test to ensure we don't taint a canvas when drawing from a video the uses source elements rather than the src attribute
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+PASS !!ctx.getImageData(0, 0, width, height) is true
+RUN(var source = document.createElement('source'); source.src = 'content/counting.ogv'; video.appendChild(source))
+EVENT(load)
+END OF TEST