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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/object-src-param-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-param-blocked-expected.txt
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-param-blocked-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-param-blocked-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..950a3afc82b537b013e4ae0839635bcb8ed11bc0
--- /dev/null
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-param-blocked-expected.txt
@@ -0,0 +1,13 @@
+CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/resources/mock-plugin.pl?src' because it violates the following Content Security Policy directive: "object-src http://localhost:8080".
+
+CONSOLE MESSAGE: line 22: PASS: Error occurred, so load was correctly blocked.
+CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/resources/mock-plugin.pl?movie' because it violates the following Content Security Policy directive: "object-src http://localhost:8080".
+
+CONSOLE MESSAGE: line 22: PASS: Error occurred, so load was correctly blocked.
+CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/resources/mock-plugin.pl?code' because it violates the following Content Security Policy directive: "object-src http://localhost:8080".
+
+CONSOLE MESSAGE: line 22: PASS: Error occurred, so load was correctly blocked.
+CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/resources/mock-plugin.pl?url' because it violates the following Content Security Policy directive: "object-src http://localhost:8080".
+
+CONSOLE MESSAGE: line 22: PASS: Error occurred, so load was correctly blocked.
+This test passes if there is are four console messages saying the plugins were blocked.
abarth-chromium 2013/11/19 17:22:08 Do these messages arrive in a predictable order or
Mike West 2013/11/19 18:35:06 I'm fairly sure they're predictable (e.g. they don

Powered by Google App Engine
This is Rietveld 408576698