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

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

Issue 80363002: Fix spelling in tainted canvas error message. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | Source/core/html/canvas/WebGLRenderingContext.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Untainted canvas: 1 Untainted canvas:
2 PASS: Calling readPixels() from an untainted canvas was allowed. 2 PASS: Calling readPixels() 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 texImage2D() with a tainted image was not allowed: Threw error: Se curityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': the cros s-origin image at http://localhost:8000/security/resources/abe-allow-star.php ma y not be loaded.. 7 PASS: Calling texImage2D() with a tainted image was not allowed: Threw error: Se curityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': the cros s-origin image at http://localhost:8000/security/resources/abe-allow-star.php ma y not be loaded..
8 PASS: Calling readPixels() on a canvas where tainting was attempted by a remote image was allowed. 8 PASS: Calling readPixels() on a canvas where tainting was attempted by a remote image was allowed.
9 PASS: Calling toDataURL() on a canvas where tainting was attempted by a remote i mage was allowed. 9 PASS: Calling toDataURL() on a canvas where tainting was attempted by a remote i mage was allowed.
10 PASS: Calling texImage2D() with a tainted canvas was not allowed: Threw error: S ecurityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': tainted canvases may not be loded.. 10 PASS: Calling texImage2D() with a tainted canvas was not allowed: Threw error: S ecurityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': tainted canvases may not be loaded..
11 PASS: Calling readPixels() on a canvas where tainting was attempted by a tainted canvas was allowed. 11 PASS: Calling readPixels() on a canvas where tainting was attempted by a tainted canvas was allowed.
12 PASS: Calling toDataURL() on a canvas where tainting was attempted by a tainted canvas was allowed. 12 PASS: Calling toDataURL() on a canvas where tainting was attempted by a tainted canvas was allowed.
13 13
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/canvas/WebGLRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698