blob: 54ebde2ebea69e5742b69fcdc02aea07114c4732 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<link rel="match" href="prefs-false.html"/>
<div id="result"></div>
<script>
result.innerHTML = SpecialPowers.getBoolPref("apz.allow_zooming_out");
document.documentElement.classList.remove("reftest-wait");
</script>
</html>
|