prefs-1.html (381B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <meta charset="utf-8"> 4 <link rel="match" href="prefs-true.html"/> 5 <div id="result"></div> 6 <script> 7 // If the pref is changed here, it needs to also be changed in the corresponding ini file 8 result.innerHTML = SpecialPowers.getBoolPref("apz.allow_zooming_out"); 9 document.documentElement.classList.remove("reftest-wait"); 10 </script> 11 </html>