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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-04-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 https: taco". 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: taco".
2 2
3 CONSOLE MESSAGE: The value for Content Security Policy directive 'script-src' co ntains an invalid character: 'https: '. Non-whitespace characters outside ASCI I 0x21-0x7E must be percent-encoded, as described in RFC 3986, section 2.1: http ://tools.ietf.org/html/rfc3986#section-2.1. 3 CONSOLE ERROR: The value for Content Security Policy directive 'script-src' cont ains an invalid character: 'https: '. Non-whitespace characters outside ASCII 0x21-0x7E must be percent-encoded, as described in RFC 3986, section 2.1: http:/ /tools.ietf.org/html/rfc3986#section-2.1.
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 'none'". 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 'none'".
5 5
6 None of these scripts should execute even though there are parse errors in the p olicy. 6 None of these scripts should execute even though there are parse errors in the p olicy.
7 7
8 8
9 9
10 -------- 10 --------
11 Frame: '<!--framePath //<!--frame0-->-->' 11 Frame: '<!--framePath //<!--frame0-->-->'
12 -------- 12 --------
13 PASS 13 PASS
14 14
15 -------- 15 --------
16 Frame: '<!--framePath //<!--frame1-->-->' 16 Frame: '<!--framePath //<!--frame1-->-->'
17 -------- 17 --------
18 PASS 18 PASS
19 19
20 -------- 20 --------
21 Frame: '<!--framePath //<!--frame2-->-->' 21 Frame: '<!--framePath //<!--frame2-->-->'
22 -------- 22 --------
23 PASS 23 PASS
24 24
25 -------- 25 --------
26 Frame: '<!--framePath //<!--frame3-->-->' 26 Frame: '<!--framePath //<!--frame3-->-->'
27 -------- 27 --------
28 PASS 28 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698