summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/generic/positiveTest.js
blob: 63c99919623e396a41870273e35e3e8999a712f0 (plain)
1
2
3
4
5
6
onload = function() {
  test(function() {
        assert_true(true, 'Script ran.')},
        "Allows scripts from the same host."
    );
}