tor-browser

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

user_preferences-member-manual.html (515B)


      1 <!DOCTYPE html>
      2 <title>Test that user_preferences member is supported</title>
      3 <link rel="manifest" href="resources/user_preferences-member.webmanifest" />
      4 <script src="resources/user_preferences-member-manual.js"></script>
      5 <h1>Testing support for user_preferences member</h1>
      6 <ol>
      7  <li>Install this site as a PWA</li>
      8  <li>Enable the OS dark mode setting</li>
      9  <li>To pass, the theme_color must be green. This can be observed by looking
     10    at the top of the window. On failure, this will be red.
     11  </li>
     12 </ol>