tenfourfox/dom/security/test/csp/file_web_manifest_remote.html

8 lines
333 B
HTML
Raw Normal View History

2017-04-19 00:56:45 -07:00
<!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>