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

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

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 MESSAGE: Refused to load the script 'http://127.0.0.1:8000/security/cont entSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src 127.0.0.1:*/sec". 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 127.0.0.1:*/sec".
2 2
3 CONSOLE MESSAGE: Refused to load the script 'http://127.0.0.1:8000/security/cont entSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src 127.0.0.1:*/sec/". 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 127.0.0.1:*/sec/".
4 4
5 CONSOLE MESSAGE: Refused to load the script 'http://127.0.0.1:8000/security/cont entSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src 127.0.0.1:8000/not-security". 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 127.0.0.1:8000/not-security".
6 6
7 CONSOLE MESSAGE: Refused to load the script 'http://127.0.0.1:8000/security/cont entSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src 127.0.0.1:8000/security%3bnot-contentSec urityPolicy". 7 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 127.0.0.1:8000/security%3bnot-contentSecur ityPolicy".
8 8
9 Resources should be rejected unless they match a whitelisted path. 9 Resources should be rejected unless they match a whitelisted path.
10 10
11 11
12 12
13 -------- 13 --------
14 Frame: '<!--framePath //<!--frame0-->-->' 14 Frame: '<!--framePath //<!--frame0-->-->'
15 -------- 15 --------
16 PASS 16 PASS
17 17
(...skipping 19 matching lines...) Expand all
37 37
38 -------- 38 --------
39 Frame: '<!--framePath //<!--frame5-->-->' 39 Frame: '<!--framePath //<!--frame5-->-->'
40 -------- 40 --------
41 PASS 41 PASS
42 42
43 -------- 43 --------
44 Frame: '<!--framePath //<!--frame6-->-->' 44 Frame: '<!--framePath //<!--frame6-->-->'
45 -------- 45 --------
46 PASS 46 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698