tor-browser

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

prefs-0.html (461B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <meta charset="utf-8">
      4 <link rel="match" href="prefs-false.html"/>
      5 <div id="result"></div>
      6 <script>
      7 // This can be any pref, as long as it doesn't affect the test and the default value is false
      8 // If it's updated here prefs-1.html and prefs-2.html need the same update
      9 result.innerHTML = SpecialPowers.getBoolPref("apz.allow_zooming_out");
     10 document.documentElement.classList.remove("reftest-wait");
     11 </script>
     12 </html>