tor-browser

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

manifest_section_many-manual.https.html (847B)


      1 <!DOCTYPE HTML>
      2 <html manifest="resources/manifest/section_many.manifest">
      3  <head>
      4    <title>Offline Application Cache - manifest_section_many</title>
      5    <script src="resources/js/clock.js"></script>
      6    <link rel="stylesheet" href="resources/css/result.css">
      7    <link rel="stylesheet" href="resources/css/clock.css">
      8    <link rel="stylesheet" href="resources/css/online.css" type="text/css" media="screen">
      9  </head>
     10  <body>
     11    <ol type="1">
     12      <li>Disable the network connection.</li>
     13      <li>Refresh the page.</li>
     14      <li>If the time element and colors of result elements are normally displayed, then test is <span class="manualpass"><b>PASS</b></span>, otherwise <span class="manualfail"><b>FAIL</b></span>.</li>
     15    </ol>
     16 
     17    <p class="connectivity" width="600">The time is: <output id="clock"></output></p>
     18  </body>
     19 </html>