tor-browser

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

display-mode.tentative.html (605B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="http://wicg.github.io/manifest-incubations/#display-mode-extensions" />
      3 <script type="text/javascript" src="/resources/testharness.js"></script>
      4 <script type="text/javascript" src="/resources/testharnessreport.js"></script>
      5 <script type="text/javascript" src="resources/matchmedia-utils.js"></script>
      6 <script>
      7  // These are meant to be moved to the non-tentative file one day when/if they
      8  // will be implemented in other browsers.
      9  query_should_be_known("(display-mode: borderless)");
     10  query_should_be_known("(display-mode: window-controls-overlay)");
     11 </script>