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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning-expected.txt

Issue 317703005: Revert of Always preload all tokens before parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months 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
1 CONSOLE WARNING: line 1: The page at 'https://127.0.0.1:8443/security/contentSec urityPolicy/resources/mixed-content-with-csp.html' was loaded over HTTPS, but ra n insecure content from 'http://127.0.0.1:8080/security/contentSecurityPolicy/re sources/alert-fail.js': this content should also be loaded over HTTPS.
2
3 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8080/security/conten tSecurityPolicy/resources/alert-fail.js' because it violates the following Conte nt Security Policy directive: "default-src 'self'". Note that 'script-src' was n ot explicitly set, so 'default-src' is used as a fallback. 1 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8080/security/conten tSecurityPolicy/resources/alert-fail.js' because it violates the following Conte nt Security Policy directive: "default-src 'self'". Note that 'script-src' was n ot explicitly set, so 'default-src' is used as a fallback.
4 2
5 This page should neither alert "FAIL" nor generate any mixed content warnings in the console. 3 This page should neither alert "FAIL" nor generate any mixed content warnings in the console.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698