Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8000/plugins/r esources/mock-plugin.pl' because it violates the following Content Security Poli cy directive: "object-src 'none'". 1 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 Secu rity Policy directive: "object-src 'none'".
2 2
3 This test passes if there is a console message saying the plugin was blocked. 3 This test passes if there is a console message saying the plugin was blocked.
OLDNEW

Powered by Google App Engine