Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
security
/
contentSecurityPolicy
/
block-javascripturl-non-inline-csp.html
blob: 0c7d2e3e352a355e3abaf82f343502f44c0adb00 [
file
] [
log
] [
blame
]
<html>
<meta
http-equiv
=
"Content-Security-Policy"
content
=
"script-src 'self'"
>
<script
src
=
"resources/csp-javascript-url.js"
></script>
<head>
</head>
<body
id
=
"id-body"
>
<p>
Test output should contain a CSP violation.
</p>
</body>
</html>