diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-22 01:03:45 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-22 01:03:45 +0000 |
commit | 7e8f871510b2654e65123b32030b608c0952bb4a (patch) | |
tree | 0c7f6b350e95deeae08a87ca7205f5315530b078 /webkit | |
parent | 1fdff70ba2db87257c213bb9b04749d139f15d70 (diff) | |
download | chromium_src-7e8f871510b2654e65123b32030b608c0952bb4a.zip chromium_src-7e8f871510b2654e65123b32030b608c0952bb4a.tar.gz chromium_src-7e8f871510b2654e65123b32030b608c0952bb4a.tar.bz2 |
Rebaseline video-canvas-source.html.
BUG=13907
TEST=should start passing
TBR=hclam
Review URL: http://codereview.chromium.org/292058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
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 |