summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/shortcuts-member/shortcuts-member-csp-manual.sub.html
blob: 68c5f0107d83818fa1ae03342769bdef4f99901e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<meta http-equiv="Content-Security-Policy" content="img-src {{host}}:{{ports[https][0]}}">
<title>Test that shortcuts member is supported (icon CSP check)</title>
<link rel="help" href="https://w3c.github.io/manifest/#shortcuts-member" />
<link rel="manifest" href="resources/shortcuts-member-csp.sub.webmanifest" />
<script src="resources/shortcuts-member-manual.js"></script>
<h1>Testing support for shortcuts member (icon CSP check)</h1>
<script>
    // Force the port of the origin to be ports[https][0] (likely :8443)
    // we treat the port ports[https][1] (likely :8444) to be another origin that we fail against
    if (window.location.origin !== "https://{{host}}:{{ports[https][0]}}") {
        window.location = new URL(window.location.pathname, "https://{{host}}:{{ports[https][0]}}")
    }
</script>
<p>
    To pass, the application must show a shortcut named "pass" with a check
    mark icon. Clicking it must open this document again.
</p>