Index: LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt |
diff --git a/LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt b/LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt |
index 1eb515395ee7756a7598505381551443df5a4794..480354f4b329cd2a36a74caeafa21376427a3f24 100644 |
--- a/LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt |
+++ b/LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt |
@@ -4,10 +4,10 @@ PASS: Calling toDataURL() on an untainted canvas was allowed. |
Tainted canvas: |
-PASS: Calling texImage2D() with a tainted image was not allowed: Threw error: Error: SecurityError: DOM Exception 18. |
+PASS: Calling texImage2D() with a tainted image was not allowed: Threw error: SecurityError: An attempt was made to break through the security policy of the user agent.. |
PASS: Calling readPixels() on a canvas where tainting was attempted by a remote image was allowed. |
PASS: Calling toDataURL() on a canvas where tainting was attempted by a remote image was allowed. |
-PASS: Calling texImage2D() with a tainted canvas was not allowed: Threw error: Error: SecurityError: DOM Exception 18. |
+PASS: Calling texImage2D() with a tainted canvas was not allowed: Threw error: SecurityError: An attempt was made to break through the security policy of the user agent.. |
PASS: Calling readPixels() on a canvas where tainting was attempted by a tainted canvas was allowed. |
PASS: Calling toDataURL() on a canvas where tainting was attempted by a tainted canvas was allowed. |