summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_web_manifest_remote.html
blob: 7ecf8eec43dd9fea787a33b38338973bb44cac8a (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset=utf-8>
<link rel="manifest"
      crossorigin
	  href="//mochi.test:8888/tests/dom/security/test/csp/file_testserver.sjs?file=/tests/dom/security/test/csp/file_web_manifest.json&amp;cors=*">

<h1>Support Page for Web Manifest Tests</h1>
<p>Loads a manifest from mochi.test:8888 with CORS set to "*".</p>