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