Files
UXP-Fixed/modules/libpref/test/unit/data/testPrefStickyUser.js
T
2018-02-02 04:16:08 -05:00

6 lines
273 B
JavaScript

// 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);