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