Index: LayoutTests/http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt |
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 |
index c86861c7c1cbb37b75b01ad7d673833c35ff3cf8..9c4d1b5e42b3be67d344b178cc8d811b090f2ce3 100644 |
--- 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 |
@@ -1,3 +1,5 @@ |
+ |
+Testing image... |
Untainted canvas: |
PASS: Calling readPixels() from an untainted canvas was allowed. |
PASS: Calling toDataURL() on an untainted canvas was allowed. |
@@ -11,3 +13,18 @@ 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. |
+Testing video... |
+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 video was allowed |
+PASS: Calling readPixels() from a canvas tainted by a remote video was allowed. |
+PASS: Calling toDataURL() on a canvas CORS-untainted by a remote video 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. |
+DONE |
+ |