Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /infrastructure/prefs/prefs-2.html - WPT Dashboard Interop Dashboard
<!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>