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