Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1043)

Side by Side Diff: LayoutTests/http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt

Issue 96203003: Switch HTMLCanvasElement over to new-style ExceptionState. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Capitalize the 'tainted' error messages Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 tainted canvas was not a llowed - Threw error: SecurityError: Failed to execute 'getImageData' on 'Canvas RenderingContext2D': the canvas has been tainted by cross-origin data.. 9 PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not a llowed - Threw error: SecurityError: Failed to execute 'getImageData' on 'Canvas RenderingContext2D': The canvas has been tainted by cross-origin data..
10 PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowe d - Threw error: SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElem ent': tainted canvases may not be exported.. 10 PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowe d - Threw error: SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElem ent': 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698