summaryrefslogtreecommitdiffstats
path: root/modules/libpref/test/unit/data/testPrefStickyUser.js
blob: 0ea0906813e31c45108c6cd1cb65a1627e64ae29 (plain)
1
2
3
4
5
// testPrefSticky.js defined this pref as a sticky_pref(). Once a sticky
// pref has been changed, it's written as a user_pref().
// So this test file reflects that scenario.
// Note the default in testPrefSticky.js is also false.
user_pref("testPref.sticky.bool", false);