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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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 | Annotate | Revision Log
OLDNEW
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 tained canvas was not al lowed - Threw error: Error: SecurityError: DOM Exception 18. 13 PASS: Calling getImageData() from a canvas tainted by a tained canvas was not al lowed - Threw error: SecurityError: An attempt was made to break through the sec urity policy of the user agent..
14 PASS: Calling toDataURL() on a canvas tainted by a tained canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18. 14 PASS: Calling toDataURL() on a canvas tainted by a tained canvas was not allowed - Threw error: SecurityError: An attempt was made to break through the security 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698