Sign in
webkit
/
WebKit
/
0f63e42d8ec22c41403150014f6225fd31380d3d
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
content-security-policy
/
support
/
inject-image.sub.js
blob: acf04f325f7d3fd5c959cd46d8b18cae0c6d8948 [
file
] [
log
] [
blame
]
var
i
=
document
.
createElement
(
'img'
);
i
.
src
=
"http://{{domains[www]}}:{{ports[http][0]}}/content-security-policy/support/fail.png"
;
document
.
body
.
appendChild
(
i
);