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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt

Issue 76303002: CSP: Check <param> element values against the document's CSP before loading. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Event. Created 7 years, 1 month 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/object-src-url-blocked-expected.txt
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt
index f53982ce848ec5fd68827fe725d9af74a343c4bd..ca73e24edfefdd5f9350e69c94a1f680c6a4400c 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt
@@ -1,3 +1,3 @@
-CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8000/plugins/resources/mock-plugin.pl' because it violates the following Content Security Policy directive: "object-src 'none'".
+CONSOLE ERROR: line 16: Refused to load plugin data from 'http://127.0.0.1:8000/plugins/resources/mock-plugin.pl' because it violates the following Content Security Policy directive: "object-src 'none'".
This test passes if there is a console message saying the plugin was blocked.

Powered by Google App Engine
This is Rietveld 408576698