| OLD | NEW |
| 1 CONSOLE MESSAGE: Unable to get image data from canvas because the canvas has bee
n tainted by cross-origin data. | 1 CONSOLE MESSAGE: Unable to get image data from canvas because the canvas has bee
n tainted by cross-origin data. |
| 2 CONSOLE MESSAGE: Unable to get image data from canvas because the canvas has bee
n tainted by cross-origin data. | 2 CONSOLE MESSAGE: Unable to get image data from canvas because the canvas has bee
n tainted by cross-origin data. |
| 3 CONSOLE MESSAGE: Unable to get image data from canvas because the canvas has bee
n tainted by cross-origin data. | 3 CONSOLE MESSAGE: Unable to get image data from canvas because the canvas has bee
n tainted by cross-origin data. |
| 4 CONSOLE MESSAGE: Unable to get image data from canvas because the canvas has bee
n tainted by cross-origin data. | 4 CONSOLE MESSAGE: Unable to get image data from canvas because the canvas has bee
n tainted by cross-origin data. |
| 5 Untainted canvas: | 5 Untainted canvas: |
| 6 PASS: Calling getImageData() from an untainted canvas was allowed. | 6 PASS: Calling getImageData() from an untainted canvas was allowed. |
| 7 PASS: Calling toDataURL() on an untainted canvas was allowed. | 7 PASS: Calling toDataURL() on an untainted canvas was allowed. |
| 8 | 8 |
| 9 | 9 |
| 10 Tainted canvas: | 10 Tainted canvas: |
| 11 PASS: Calling getImageData() from a canvas tainted by a remote image was not all
owed - Threw error: Error: SecurityError: DOM Exception 18. | 11 PASS: Calling getImageData() from a canvas tainted by a remote image was not all
owed - Threw error: SecurityError: An attempt was made to break through the secu
rity policy of the user agent.. |
| 12 PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed
- Threw error: Error: SecurityError: DOM Exception 18. | 12 PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed
- Threw error: SecurityError: An attempt was made to break through the security
policy of the user agent.. |
| 13 PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not a
llowed - Threw error: Error: SecurityError: DOM Exception 18. | 13 PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not a
llowed - Threw error: SecurityError: An attempt was made to break through the se
curity policy of the user agent.. |
| 14 PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowe
d - Threw error: Error: SecurityError: DOM Exception 18. | 14 PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowe
d - Threw error: SecurityError: An attempt was made to break through the securit
y policy of the user agent.. |
| 15 PASS: Calling getImageData() from a canvas tainted by a remote image tainted pat
tern was not allowed - Threw error: Error: SecurityError: DOM Exception 18. | 15 PASS: Calling getImageData() from a canvas tainted by a remote image tainted pat
tern was not allowed - Threw error: SecurityError: An attempt was made to break
through the security policy of the user agent.. |
| 16 PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern
was not allowed - Threw error: Error: SecurityError: DOM Exception 18. | 16 PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern
was not allowed - Threw error: SecurityError: An attempt was made to break throu
gh the security policy of the user agent.. |
| 17 PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern w
as not allowed - Threw error: Error: SecurityError: DOM Exception 18. | 17 PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern w
as not allowed - Threw error: SecurityError: An attempt was made to break throug
h the security policy of the user agent.. |
| 18 PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was no
t allowed - Threw error: Error: SecurityError: DOM Exception 18. | 18 PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was no
t allowed - Threw error: SecurityError: An attempt was made to break through the
security policy of the user agent.. |
| 19 | 19 |
| OLD | NEW |