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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-none-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 'none'". 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 'none'".
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 'none'". 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 'none'".
4 4
5 CONSOLE MESSAGE: The source list for Content Security Policy directive 'script-s rc' contains an invalid source: ''none''. It will be ignored. Note that 'none' h as no effect unless it is the only expression in the source list. 5 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: ''none''. It will be ignored. Note that 'none' has no effect unless it is the only expression in the source list.
6 CONSOLE MESSAGE: The source list for Content Security Policy directive 'script-s rc' contains an invalid source: ''none''. It will be ignored. Note that 'none' h as no effect unless it is the only expression in the source list. 6 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: ''none''. It will be ignored. Note that 'none' has no effect unless it is the only expression in the source list.
7 CONSOLE MESSAGE: The source list for Content Security Policy directive 'script-s rc' contains an invalid source: ''none''. It will be ignored. Note that 'none' h as no effect unless it is the only expression in the source list. 7 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: ''none''. It will be ignored. Note that 'none' has no effect unless it is the only expression in the source list.
8 CONSOLE MESSAGE: The source list for Content Security Policy directive 'script-s rc' contains an invalid source: ''none''. It will be ignored. Note that 'none' h as no effect unless it is the only expression in the source list. 8 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: ''none''. It will be ignored. Note that 'none' has no effect unless it is the only expression in the source list.
9 CONSOLE MESSAGE: The source list for Content Security Policy directive 'script-s rc' contains an invalid source: ''none''. It will be ignored. Note that 'none' h as no effect unless it is the only expression in the source list. 9 CONSOLE ERROR: The source list for Content Security Policy directive 'script-src ' contains an invalid source: ''none''. It will be ignored. Note that 'none' has no effect unless it is the only expression in the source list.
10 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 'none' 'none' 'none'". 10 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 'none' 'none' 'none'".
11 11
12 'none' should be ignored in source lists, unless it is the only token. 12 'none' should be ignored in source lists, unless it is the only token.
13 13
14 14
15 15
16 -------- 16 --------
17 Frame: '<!--framePath //<!--frame0-->-->' 17 Frame: '<!--framePath //<!--frame0-->-->'
18 -------- 18 --------
19 PASS 19 PASS
20 20
21 -------- 21 --------
22 Frame: '<!--framePath //<!--frame1-->-->' 22 Frame: '<!--framePath //<!--frame1-->-->'
23 -------- 23 --------
24 PASS 24 PASS
25 25
26 -------- 26 --------
27 Frame: '<!--framePath //<!--frame2-->-->' 27 Frame: '<!--framePath //<!--frame2-->-->'
28 -------- 28 --------
29 PASS 29 PASS
30 30
31 -------- 31 --------
32 Frame: '<!--framePath //<!--frame3-->-->' 32 Frame: '<!--framePath //<!--frame3-->-->'
33 -------- 33 --------
34 PASS 34 PASS
35 35
36 -------- 36 --------
37 Frame: '<!--framePath //<!--frame4-->-->' 37 Frame: '<!--framePath //<!--frame4-->-->'
38 -------- 38 --------
39 PASS 39 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698