summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt')
-rw-r--r--LayoutTests/http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt b/LayoutTests/http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt
new file mode 100644
index 0000000..c86861c
--- /dev/null
+++ b/LayoutTests/http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt
@@ -0,0 +1,13 @@
+Untainted canvas:
+PASS: Calling readPixels() from an untainted canvas was allowed.
+PASS: Calling toDataURL() on an untainted canvas was allowed.
+
+
+Tainted canvas:
+PASS: Calling texImage2D() with an untainted image was allowed
+PASS: Calling readPixels() from a canvas tainted by a remote image was allowed.
+PASS: Calling toDataURL() on a canvas CORS-untainted by a remote image was allowed.
+PASS: Calling texImage2D() with an untainted canvas was allowed
+PASS: Calling readPixels() from a canvas tainted by a CORS-untained canvas was allowed.
+PASS: Calling toDataURL() on a canvas CORS-untainted by a CORS-untained canvas was allowed.
+