| Index: LayoutTests/http/tests/security/contentSecurityPolicy/manifest-src-allowed.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/manifest-src-allowed.html b/LayoutTests/http/tests/security/contentSecurityPolicy/manifest-src-allowed.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ddbd47d27e2f93edf88afaf9ab27939edf846017
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/manifest-src-allowed.html
|
| @@ -0,0 +1,12 @@
|
| +<meta http-equiv="Content-Security-Policy" content="manifest-src *">
|
| +<link rel="manifest" href="manifest.test/manifest.json">
|
| +<script>
|
| + if (window.testRunner) {
|
| + testRunner.dumpAsText();
|
| + testRunner.waitUntilDone();
|
| + testRunner.getManifestThen(function() {
|
| + alert("Pass");
|
| + testRunner.notifyDone();
|
| + });
|
| + }
|
| +</script>
|
|
|