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

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

Issue 200923002: Post a microtask to load <img> elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix last test failure Created 6 years, 7 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 ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png' because it violates the following Content Security Policy directive: "img-src 'none'". 1 ALERT: Running test #6
2 2
3 ALERT: BLOCKED in main world 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 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png' because it violates the following Content Security Policy directive: "img-src 'none'".
5 4
6 ALERT: BLOCKED in isolated world 5 ALERT: BLOCKED
6 ALERT: Running test #5
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'".
9
10 ALERT: BLOCKED
11 ALERT: Running test #4
12
7 ALERT: Starting to bypass main world's CSP: 13 ALERT: Starting to bypass main world's CSP:
8 ALERT: LOADED in isolated world 14 ALERT: LOADED
9 CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resourc es/abe.png' because it violates the following Content Security Policy directive: "img-src 'none'". 15 ALERT: Running test #3
10 16
11 ALERT: BLOCKED in main world 17 ALERT: LOADED
12 This test ensures that scripts run in isolated worlds marked with their own Cont ent Security Policy aren't affected by the page's content security policy. Exten sions, for example, should be able to load any resource they like. 18 ALERT: Running test #2
13 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'".
14 21
22 ALERT: BLOCKED
23 ALERT: Running test #1
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'".
26
27 ALERT: BLOCKED
28 ALERT: Running test #0
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698