summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/shortcuts-member/shortcuts-member-manual.html
blob: f2a7d6742d8074c11645b2dfb150437296ade762 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<title>Test that shortcuts member is supported</title>
<link rel="help" href="https://w3c.github.io/manifest/#shortcuts-member" />
<link rel="manifest" href="resources/shortcuts-member.webmanifest" />
<script src="resources/shortcuts-member-manual.js"></script>
<h1>Testing support for shortcuts member</h1>
<p>
    To pass, the application must show a shortcut named "pass" with a check
    mark icon. Clicking it must open this document again.
</p>