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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-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: The source list for Content Security Policy directive 'script-s rc' contains a source with an invalid path: '/security/#query=string'. The fragm ent identifier, including the '#', will be ignored. 1 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains a source with an invalid path: '/security/#query=string'. The fragmen t identifier, including the '#', will be ignored.
2 CONSOLE MESSAGE: The source list for Content Security Policy directive 'script-s rc' contains a source with an invalid path: '/security/?query=string'. The query component, including the '?', will be ignored. 2 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains a source with an invalid path: '/security/?query=string'. The query c omponent, including the '?', will be ignored.
3 CONSOLE MESSAGE: The source list for Content Security Policy directive 'script-s rc' contains a source with an invalid path: '/not-security/#query=string'. The f ragment identifier, including the '#', will be ignored. 3 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains a source with an invalid path: '/not-security/#query=string'. The fra gment identifier, including the '#', will be ignored.
4 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:*/not-security/#query=string". 4 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:*/not-security/#query=string".
5 5
6 CONSOLE MESSAGE: The source list for Content Security Policy directive 'script-s rc' contains a source with an invalid path: '/not-security/?query=string'. The q uery component, including the '?', will be ignored. 6 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains a source with an invalid path: '/not-security/?query=string'. The que ry component, including the '?', will be ignored.
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:*/not-security/?query=string". 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:*/not-security/?query=string".
8 8
9 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:*/security". 9 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:*/security".
10 10
11 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:*/security/contentSecurityPoli cy/resources/script.js/". 11 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:*/security/contentSecurityPolicy /resources/script.js/".
12 12
13 Resources should be rejected unless they match a whitelisted path. 13 Resources should be rejected unless they match a whitelisted path.
14 14
15 15
16 16
17 -------- 17 --------
18 Frame: '<!--framePath //<!--frame0-->-->' 18 Frame: '<!--framePath //<!--frame0-->-->'
19 -------- 19 --------
20 PASS 20 PASS
21 21
(...skipping 24 matching lines...) Expand all
46 46
47 -------- 47 --------
48 Frame: '<!--framePath //<!--frame6-->-->' 48 Frame: '<!--framePath //<!--frame6-->-->'
49 -------- 49 --------
50 PASS 50 PASS
51 51
52 -------- 52 --------
53 Frame: '<!--framePath //<!--frame7-->-->' 53 Frame: '<!--framePath //<!--frame7-->-->'
54 -------- 54 --------
55 PASS 55 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698