servo/tests/wpt/web-platform-tests/content-security-policy/blink-contrib/manifest-src-allowed.sub.html

9 lines
183 B
HTML

<link rel="manifest" href="manifest.test/manifest.json">
<script>
{
testRunner.getManifestThen(function() {
alert_assert("Pass");
});
}
</script>