summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/blink-contrib/manifest-src-allowed.sub.html
blob: fe6d2b1c2c665d176ceee27020595839c341826d (plain)
1
2
3
4
5
6
7
8
9
<link rel="manifest" href="manifest.test/manifest.json">
<script>
    {
        testRunner.getManifestThen(function() {
            alert_assert("Pass");
        });
    }

</script>