chromium/third_party/blink/web_tests/http/tests/security/contentSecurityPolicy/script-src-none-expected.txt

CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src 'none'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.

Loads an iframe which in turns tries to load an external script. The iframe has a content security policy disabling external scripts. So the script should not get executed.

--------
Frame: '<!--framePath //<!--frame0-->-->'
--------
PASS