/home/clopez/webkit/webkit/layout-test-results/http/tests/security/canvas-remote-read-remote-video-allowed-with-credentials-actual.txt

1 Ensure that data can be retrieved from a canvas even when tainted by a remote video resource if CORS is enabled with use-credentials.
 1FAIL: Timed out waiting for notifyDone to be called
22
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4 
5 
6 Testing data retrieval on an untainted canvas:
7 PASS canvas.getContext('2d').getImageData(0, 0, 100, 100) did not throw exception.
8 PASS canvas.toDataURL() did not throw exception.
9 
10 Testing data retrieval on a canvas tainted by a remote video pattern:
11 PASS context.getImageData(0, 0, 100, 100) did not throw exception.
12 PASS canvas.toDataURL() did not throw exception.
13 PASS successfullyParsed is true
14 
15 TEST COMPLETE
16