1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 13:28:54 +00:00
Files
UXP/modules/libpref/test/unit/data/testPrefStickyUser.js
T

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