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 |
deleted file mode 100644 |
index 14fc33dd0a687d077685da080ae8024601475c37..0000000000000000000000000000000000000000 |
--- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-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 |