summaryrefslogtreecommitdiffstats
path: root/modules/libpref/test/unit/data/testPrefStickyUser.js
blob: d929c670ad7471fe03c4e3fc5c1a20bae43060f0 (plain)
1
2
3
4
5
// testPrefSticky.js defined this pref as sticky. 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);