Sign in
◑
Theme
chromium
/
external
/
WebKit_LayoutTests
/
refs/heads/master
/
.
/
http
/
tests
/
inspector
/
resources
/
csp-inline-test.js
blob: 678344f2bceb8bf1d13825946fbbe9e517b597df [
file
] [
edit
]
function
thisTest
()
{
var
s
=
document
.
createElement
(
'script'
);
s
.
innerText
=
"alert('FAIL.');"
document
.
body
.
appendChild
(
s
);
}
window
.
onload
=
runTest
;