| OLD | NEW |
| 1 Untainted canvas: | 1 Untainted canvas: |
| 2 PASS: Calling getImageData() from an untainted canvas was allowed. | 2 PASS: Calling getImageData() from an untainted canvas was allowed. |
| 3 PASS: Calling toDataURL() on an untainted canvas was allowed. | 3 PASS: Calling toDataURL() on an untainted canvas was allowed. |
| 4 | 4 |
| 5 | 5 |
| 6 Tainted canvas: | 6 Tainted canvas: |
| 7 PASS: Calling getImageData() from a canvas tainted by a remote image was not all
owed - Threw error: SecurityError: Failed to execute 'getImageData' on 'CanvasRe
nderingContext2D': the canvas has been tainted by cross-origin data.. | 7 PASS: Calling getImageData() from a canvas tainted by a remote image was not all
owed - Threw error: SecurityError: Failed to execute 'getImageData' on 'CanvasRe
nderingContext2D': The canvas has been tainted by cross-origin data.. |
| 8 PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed
- Threw error: SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElemen
t': tainted canvases may not be exported.. | 8 PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed
- Threw error: SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElemen
t': Tainted canvases may not be exported.. |
| 9 PASS: Calling getImageData() from a canvas tainted by a tained canvas was not al
lowed - Threw error: SecurityError: Failed to execute 'getImageData' on 'CanvasR
enderingContext2D': the canvas has been tainted by cross-origin data.. | 9 PASS: Calling getImageData() from a canvas tainted by a tained canvas was not al
lowed - Threw error: SecurityError: Failed to execute 'getImageData' on 'CanvasR
enderingContext2D': The canvas has been tainted by cross-origin data.. |
| 10 PASS: Calling toDataURL() on a canvas tainted by a tained canvas was not allowed
- Threw error: SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasEleme
nt': tainted canvases may not be exported.. | 10 PASS: Calling toDataURL() on a canvas tainted by a tained canvas was not allowed
- Threw error: SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasEleme
nt': Tainted canvases may not be exported.. |
| 11 PASS: Calling getImageData() from a canvas tainted by a remote image tainted pat
tern was not allowed - Threw error: SecurityError: Failed to execute 'getImageDa
ta' on 'CanvasRenderingContext2D': the canvas has been tainted by cross-origin d
ata.. | 11 PASS: Calling getImageData() from a canvas tainted by a remote image tainted pat
tern was not allowed - Threw error: SecurityError: Failed to execute 'getImageDa
ta' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin d
ata.. |
| 12 PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern
was not allowed - Threw error: SecurityError: Failed to execute 'toDataURL' on '
HTMLCanvasElement': tainted canvases may not be exported.. | 12 PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern
was not allowed - Threw error: SecurityError: Failed to execute 'toDataURL' on '
HTMLCanvasElement': Tainted canvases may not be exported.. |
| 13 PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern w
as not allowed - Threw error: SecurityError: Failed to execute 'getImageData' on
'CanvasRenderingContext2D': the canvas has been tainted by cross-origin data.. | 13 PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern w
as not allowed - Threw error: SecurityError: Failed to execute 'getImageData' on
'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.. |
| 14 PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was no
t allowed - Threw error: SecurityError: Failed to execute 'toDataURL' on 'HTMLCa
nvasElement': tainted canvases may not be exported.. | 14 PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was no
t allowed - Threw error: SecurityError: Failed to execute 'toDataURL' on 'HTMLCa
nvasElement': Tainted canvases may not be exported.. |
| 15 | 15 |
| OLD | NEW |