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

Side by Side Diff: LayoutTests/http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials-expected.txt

Issue 80263004: Test Canvas tainting and WebGL video textures (CORS fetched.) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + adjust expected output 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
OLDNEW
1
2 Testing image...
1 Untainted canvas: 3 Untainted canvas:
2 PASS: Calling readPixels() from an untainted canvas was allowed. 4 PASS: Calling readPixels() from an untainted canvas was allowed.
3 PASS: Calling toDataURL() on an untainted canvas was allowed. 5 PASS: Calling toDataURL() on an untainted canvas was allowed.
4 6
5
6 Tainted canvas: 7 Tainted canvas:
7 PASS: Calling texImage2D() with an untainted image was allowed 8 PASS: Calling texImage2D() with an untainted image was allowed
8 PASS: Calling readPixels() from a canvas tainted by a remote image was allowed. 9 PASS: Calling readPixels() from a canvas tainted by a remote image was allowed.
9 PASS: Calling toDataURL() on a canvas CORS-untainted by a remote image was allow ed. 10 PASS: Calling toDataURL() on a canvas CORS-untainted by a remote image was allow ed.
10 PASS: Calling texImage2D() with an untainted canvas was allowed 11 PASS: Calling texImage2D() with an untainted canvas was allowed
11 PASS: Calling readPixels() from a canvas tainted by a CORS-untained canvas was a llowed. 12 PASS: Calling readPixels() from a canvas tainted by a CORS-untained canvas was a llowed.
12 PASS: Calling toDataURL() on a canvas CORS-untainted by a CORS-untained canvas w as allowed. 13 PASS: Calling toDataURL() on a canvas CORS-untainted by a CORS-untained canvas w as allowed.
13 14
15 Testing video...
16 Untainted canvas:
17 PASS: Calling readPixels() from an untainted canvas was allowed.
18 PASS: Calling toDataURL() on an untainted canvas was allowed.
19
20 Tainted canvas:
21 PASS: Calling texImage2D() with an untainted video was allowed
22 PASS: Calling readPixels() from a canvas tainted by a remote video was allowed.
23 PASS: Calling toDataURL() on a canvas CORS-untainted by a remote video was allow ed.
24 PASS: Calling texImage2D() with an untainted canvas was allowed
25 PASS: Calling readPixels() from a canvas tainted by a CORS-untained canvas was a llowed.
26 PASS: Calling toDataURL() on a canvas CORS-untainted by a CORS-untained canvas w as allowed.
27 DONE
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698