blob: cd4d1f7b89767a2f3deafdd5a165cc41ebef62f0 [file] [log] [blame]
<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>