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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-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 https://127.0.0.1:8000". 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://127.0.0.1:8000".
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 https://127.0.0.1:*". 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://127.0.0.1:*".
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 https://127.0.0.1:*". 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://127.0.0.1:*".
6 6
7 None of these scripts should execute even though there are parse errors in the p olicy. 7 None of these scripts should execute even though there are parse errors in the p olicy.
8 8
9 9
10 10
11 -------- 11 --------
12 Frame: '<!--framePath //<!--frame0-->-->' 12 Frame: '<!--framePath //<!--frame0-->-->'
13 -------- 13 --------
14 PASS 14 PASS
15 15
16 -------- 16 --------
17 Frame: '<!--framePath //<!--frame1-->-->' 17 Frame: '<!--framePath //<!--frame1-->-->'
18 -------- 18 --------
19 PASS 19 PASS
20 20
21 -------- 21 --------
22 Frame: '<!--framePath //<!--frame2-->-->' 22 Frame: '<!--framePath //<!--frame2-->-->'
23 -------- 23 --------
24 PASS 24 PASS
25 25
26 -------- 26 --------
27 Frame: '<!--framePath //<!--frame3-->-->' 27 Frame: '<!--framePath //<!--frame3-->-->'
28 -------- 28 --------
29 PASS 29 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698