Index: LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt |
diff --git a/LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt b/LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt |
index 9c6d974ad0a8500912cacd597c70cd5169f6f589..b2a0dd2d4f8254f04bfe06729405f51f08e7f92e 100644 |
--- a/LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt |
+++ b/LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt |
@@ -8,12 +8,12 @@ PASS: Calling toDataURL() on an untainted canvas was allowed. |
Tainted canvas: |
-PASS: Calling getImageData() from a canvas tainted by a remote image was not allowed - Threw error: Error: SecurityError: DOM Exception 18. |
-PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed - Threw error: Error: SecurityError: DOM Exception 18. |
-PASS: Calling getImageData() from a canvas tainted by a tained canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18. |
-PASS: Calling toDataURL() on a canvas tainted by a tained canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18. |
-PASS: Calling getImageData() from a canvas tainted by a remote image tainted pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18. |
-PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18. |
-PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18. |
-PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18. |
+PASS: Calling getImageData() from 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.. |
+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.. |
+PASS: Calling getImageData() from 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.. |
+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.. |
+PASS: Calling getImageData() from a canvas tainted by a remote image tainted pattern was not allowed - Threw error: SecurityError: An attempt was made to break through the security policy of the user agent.. |
+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 through the security policy of the user agent.. |
+PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern was not allowed - Threw error: SecurityError: An attempt was made to break through the security policy of the user agent.. |
+PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was not allowed - Threw error: SecurityError: An attempt was made to break through the security policy of the user agent.. |