| Index: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt
|
| 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 0000000000000000000000000000000000000000..14fc33dd0a687d077685da080ae8024601475c37
|
| --- /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
|
|
|