Sign in
webkit
/
WebKit
/
40d9a847568ff9976450dcc37c680efd7351c7ed
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
window-open-javascript-url-blocked.html
blob: e5f837448ec9e51c0436b1672979707a52402302 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv
=
"Content-Security-Policy"
content
=
"script-src 'self'"
>
</head>
<body>
<script
src
=
"resources/window-open-javascript-url-blocked.js"
></script>
</body>
</html>