Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / isolatedWorld / no-bypass-main-world-csp-for-delayed-execution-expected.txt
1 ALERT: PASS: Case 3 was not blocked by a CSP.
2 CONSOLE ERROR: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
3
4 ALERT: PASS: Case 2 was blocked by a CSP.
5 CONSOLE ERROR: line 1: Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
6
7 ALERT: PASS: Case 1 was blocked by a CSP.
8 Test a script that bypasses the main world's CSP to see if its *content* bypasses the main world as well (it should not).
9
10