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

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

Issue 111373003: Migrate bindings constructors to the new ExceptionState model. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ugh. Created 7 years 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 16717e3e46edb04f0cfeebc76aeebed54ab1406a..565ac1217ab7b9270e09bdcc63694c20a27ad58f 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 ERROR: 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: SecurityError: Failed to create a worker: access to the script at 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/alert-fail.js' is denied by the document's Content Security Policy.
+ALERT: SecurityError: Failed to construct 'Worker': Access to the script at 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/alert-fail.js' is denied by the document's Content Security Policy.

Powered by Google App Engine
This is Rietveld 408576698