blob: 055a49db34c350a60f3f545eeb840b77974395cb [file] [log] [blame]
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.mp4'; video.appendChild(source))
EVENT(load)
END OF TEST