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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt

Issue 730203007: CSP: Permit exempting schemes only for certain policy areas. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 the image 'http://127.0.0.1:8000/security/resourc es/abe.png' because it violates the following Content Security Policy directive: "default-src https:". Note that 'img-src' was not explicitly set, so 'default-s rc' is used as a fallback.
2
3 CONSOLE MESSAGE: line 15: PASS (1/12)
4 CONSOLE ERROR: Refused to load the stylesheet 'http://127.0.0.1:8000/security/re sources/cssStyle.css' because it violates the following Content Security Policy directive: "default-src https:". Note that 'style-src' was not explicitly set, s o 'default-src' is used as a fallback.
5
6 CONSOLE MESSAGE: line 15: PASS (2/12)
7 CONSOLE MESSAGE: line 15: PASS (3/12)
8 CONSOLE MESSAGE: line 15: PASS (4/12)
9 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png' because it violates the following Content Security Policy directive: "default-src https:". Note that 'img-src' was not explicitly set, so 'default-s rc' is used as a fallback.
10
11 CONSOLE MESSAGE: line 15: PASS (5/12)
12 CONSOLE ERROR: Refused to load the stylesheet 'http://127.0.0.1:8000/security/re sources/cssStyle.css' because it violates the following Content Security Policy directive: "default-src https:". Note that 'style-src' was not explicitly set, s o 'default-src' is used as a fallback.
13
14 CONSOLE MESSAGE: line 15: PASS (6/12)
15 CONSOLE MESSAGE: line 15: PASS (7/12)
16 CONSOLE ERROR: Refused to load the stylesheet 'http://127.0.0.1:8000/security/re sources/cssStyle.css' because it violates the following Content Security Policy directive: "default-src https:". Note that 'style-src' was not explicitly set, s o 'default-src' is used as a fallback.
17
18 CONSOLE MESSAGE: line 15: PASS (8/12)
19 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png' because it violates the following Content Security Policy directive: "default-src https:". Note that 'img-src' was not explicitly set, so 'default-s rc' is used as a fallback.
20
21 CONSOLE MESSAGE: line 15: PASS (9/12)
22 CONSOLE MESSAGE: line 15: PASS (10/12)
23 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png' because it violates the following Content Security Policy directive: "default-src https:". Note that 'img-src' was not explicitly set, so 'default-s rc' is used as a fallback.
24
25 CONSOLE MESSAGE: line 15: PASS (11/12)
26 CONSOLE ERROR: Refused to load the stylesheet 'http://127.0.0.1:8000/security/re sources/cssStyle.css' because it violates the following Content Security Policy directive: "default-src https:". Note that 'style-src' was not explicitly set, s o 'default-src' is used as a fallback.
27
28 CONSOLE MESSAGE: line 15: PASS (12/12)
29 This test ensures that registering a scheme as bypassing CSP actually bypasses C SP. This test passes if only PASSes are generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698