tor-browser

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

file_handlers-member-manual.tentative.html (1265B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <link rel="manifest" href="resources/file_handlers-member.webmanifest" />
      5    <title>File Handling Web Platform Test</title>
      6    <script src="/resources/testharness.js"></script>
      7    <script src="/resources/testharnessreport.js"></script>
      8    <script src="resources/file_handlers-member.js" type="module"></script>
      9    <style>
     10      body {
     11        margin: 2em;
     12      }
     13 
     14      ol {
     15        line-height: 200%;
     16      }
     17    </style>
     18  </head>
     19  <body>
     20    <h1>
     21      File Handling Test
     22    </h1>
     23    <div class="section">
     24      <h2>
     25        Instructions (details may be OS-dependent)
     26      </h2>
     27      <ol>
     28        <li>Install this site as a PWA</li>
     29        <li>Download <a href="resources/file_handlers-sample-file.txt" download>this file</a></li>
     30        <li>
     31          In your file browser, right click the downloaded file (<code>file_handlers-sample-file.txt</code>)
     32        </li>
     33        <li>Select <b>"Open with"</b> &gt; <b>"File Handling WPT"</b></li>
     34        <li>
     35          If your browser prompts you to allow <b>File Handling WPT</b> to open
     36          the file, choose allow
     37        </li>
     38        <li>The app window that opens should indicate success of this test.</li>
     39      </ol>
     40    </div>
     41  </body>
     42 </html>