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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/r esources/mock-plugin.pl?src' because it violates the following Content Security Policy directive: "object-src http://localhost:8080".
2
3 CONSOLE MESSAGE: line 22: PASS: Error occurred, so load was correctly blocked.
4 CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/r esources/mock-plugin.pl?movie' because it violates the following Content Securit y Policy directive: "object-src http://localhost:8080".
5
6 CONSOLE MESSAGE: line 22: PASS: Error occurred, so load was correctly blocked.
7 CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/r esources/mock-plugin.pl?code' because it violates the following Content Security Policy directive: "object-src http://localhost:8080".
8
9 CONSOLE MESSAGE: line 22: PASS: Error occurred, so load was correctly blocked.
10 CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/r esources/mock-plugin.pl?url' because it violates the following Content Security Policy directive: "object-src http://localhost:8080".
11
12 CONSOLE MESSAGE: line 22: PASS: Error occurred, so load was correctly blocked.
13 This test passes if there is are four console messages saying the plugins were b locked.
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698