summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprofile/tests/files/prefs_with_interpolation.js
blob: 52700df6d82743fb768dc259944f22900b65efc6 (plain)
1
2
3
4
5
/* globals user_pref */
user_pref("browser.foo", "http://{server}");
user_pref("zoom.minPercent", 30);
user_pref("webgl.verbose", "false");
user_pref("browser.bar", "{abc}xyz");