4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 Testing data retrieval on an untainted canvas:
8 PASS canvas.getContext('2d').getImageData(0, 0, 100, 100) did not throw exception.
9 PASS canvas.toDataURL() did not throw exception.
10
11 Testing data retrieval on a canvas tainted by a pattern generated by a remote video:
12 PASS context.getImageData(0, 0, 100, 100) threw exception SecurityError (DOM Exception 18): The operation is insecure..
13 PASS canvas.toDataURL() threw exception SecurityError (DOM Exception 18): The operation is insecure..
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17