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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: update missed mac expected.txt file Created 3 years, 9 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
OLDNEW
1 ALERT: Running test #6 1 ALERT: Running test #6
2 2
3 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png?6' because it violates the following Content Security Policy directiv e: "img-src 'none'". 3 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png?6' because it violates the following Content Security Policy directiv e: "img-src 'none'".
4 4 CONSOLE ERROR:
5 ALERT: BLOCKED 5 ALERT: BLOCKED
6 ALERT: Running test #5 6 ALERT: Running test #5
7 7
8 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png?5' because it violates the following Content Security Policy directiv e: "img-src 'none'". 8 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png?5' because it violates the following Content Security Policy directiv e: "img-src 'none'".
9 9 CONSOLE ERROR:
10 ALERT: BLOCKED 10 ALERT: BLOCKED
11 ALERT: Running test #4 11 ALERT: Running test #4
12 12
13 ALERT: Starting to bypass main world's CSP: 13 ALERT: Starting to bypass main world's CSP:
14 ALERT: LOADED 14 ALERT: LOADED
15 ALERT: Running test #3 15 ALERT: Running test #3
16 16
17 ALERT: LOADED 17 ALERT: LOADED
18 ALERT: Running test #2 18 ALERT: Running test #2
19 19
20 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png?2' because it violates the following Content Security Policy directiv e: "img-src 'none'". 20 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png?2' because it violates the following Content Security Policy directiv e: "img-src 'none'".
21 21 CONSOLE ERROR:
22 ALERT: BLOCKED 22 ALERT: BLOCKED
23 ALERT: Running test #1 23 ALERT: Running test #1
24 24
25 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png?1' because it violates the following Content Security Policy directiv e: "img-src 'none'". 25 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png?1' because it violates the following Content Security Policy directiv e: "img-src 'none'".
26 26 CONSOLE ERROR:
27 ALERT: BLOCKED 27 ALERT: BLOCKED
28 ALERT: Running test #0 28 ALERT: Running test #0
29 29
30 This test ensures that scripts run in isolated worlds marked with their own Con tent Security Policy aren't affected by the page's content security policy. Exte nsions, for example, should be able to load any resource they like. 30 This test ensures that scripts run in isolated worlds marked with their own Con tent Security Policy aren't affected by the page's content security policy. Exte nsions, for example, should be able to load any resource they like.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698