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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt
index 9c17c2d9b3bae5ce050409bd2ed8d0bf15e5b8cc..e3073b3745caece33b656d13010904c1300b66a1 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt
@@ -1,4 +1,4 @@
CONSOLE MESSAGE: Refused to load the script 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/alert-fail.js' because it violates the following Content Security Policy directive: "script-src 'unsafe-inline'".
-ALERT: Error: SecurityError: DOM Exception 18
+ALERT: SecurityError: An attempt was made to break through the security policy of the user agent.

Powered by Google App Engine
This is Rietveld 408576698