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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt

Issue 470723006: Disallow an empty host in a CSP host-source directive (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
OLDNEW
1 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src https:". 1 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src https:".
2 2
3 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src https:". 3 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src https:".
4 4
5 CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten tSecurityPolicy/resources/script.js' because it violates the following Content S ecurity Policy directive: "script-src https://". 5 None of these scripts should execute.
6
7 None of these scripts should execute even though there are parse errors in the p olicy.
8 6
9 7
10 8
11 -------- 9 --------
12 Frame: '<!--framePath //<!--frame0-->-->' 10 Frame: '<!--framePath //<!--frame0-->-->'
13 -------- 11 --------
14 PASS 12 PASS
15 13
16 -------- 14 --------
17 Frame: '<!--framePath //<!--frame1-->-->' 15 Frame: '<!--framePath //<!--frame1-->-->'
18 -------- 16 --------
19 PASS 17 PASS
20 18
21 -------- 19 --------
22 Frame: '<!--framePath //<!--frame2-->-->' 20 Frame: '<!--framePath //<!--frame2-->-->'
23 -------- 21 --------
24 PASS 22 PASS
25
26 --------
27 Frame: '<!--framePath //<!--frame3-->-->'
28 --------
29 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698