tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

shortcuts-member-manual.html (467B)


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