<meta http-equiv="Content-Security-Policy" content="manifest-src 'none'"> | |
<link rel="manifest" href="manifest.test/manifest.json"> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.waitUntilDone(); | |
testRunner.getApplicationManifestThen(function() { | |
alert("Pass"); | |
testRunner.notifyDone(); | |
}); | |
} | |
</script> |