Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
web_platform_tests
/
content-security-policy
/
generic
/
positiveTest.js
blob: 63c99919623e396a41870273e35e3e8999a712f0 [
file
]
onload
=
function
()
{
test
(
function
()
{
assert_true
(
true
,
'Script ran.'
)},
"Allows scripts from the same host."
);
}