| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/script-src-unsafe-dynamic-whitelist-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/script-src-unsafe-dynamic-whitelist-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/script-src-unsafe-dynamic-whitelist-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1306990862868dc1ff5f82be144a67f9f9680b7e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/script-src-unsafe-dynamic-whitelist-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +CONSOLE ERROR: Refused to load the script 'http://localhost:8000/security/contentSecurityPolicy/resources/loaded.js?write' because it violates the following Content Security Policy directive: "script-src 'nonce-abcdefg' 'unsafe-dynamic' http://localhost:8000". 'unsafe-dynamic' is present, so host-based whitelisting is disabled.
|
| +
|
| +CONSOLE ERROR: Refused to load the script 'http://localhost:8000/security/contentSecurityPolicy/resources/loaded.js?write-defer' because it violates the following Content Security Policy directive: "script-src 'nonce-abcdefg' 'unsafe-dynamic' http://localhost:8000". 'unsafe-dynamic' is present, so host-based whitelisting is disabled.
|
| +
|
| +CONSOLE ERROR: Refused to load the script 'http://localhost:8000/security/contentSecurityPolicy/resources/loaded.js?write-async' because it violates the following Content Security Policy directive: "script-src 'nonce-abcdefg' 'unsafe-dynamic' http://localhost:8000". 'unsafe-dynamic' is present, so host-based whitelisting is disabled.
|
| +
|
| +This is a testharness.js-based test.
|
| +PASS Script injected via 'document.write' is not allowed with 'unsafe-dynamic', even if whitelisted.
|
| +PASS Deferred script injected via 'document.write' is not allowed with 'unsafe-dynamic', even if whitelisted.
|
| +PASS Async script injected via 'document.write' is not allowed with 'unsafe-dynamic', even if whitelisted.
|
| +Harness: the test ran to completion.
|
| +
|
|
|