summaryrefslogtreecommitdiffstats
path: root/extensions/pref/autoconfig/test/marionette/autoconfig.cfg
blob: 1e6fde18bf8d8dee60040a4007981beb1968ef15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// # don't remove this comment! (the first line is ignored by Mozilla)

// Verify this one has a user value
pref("_autoconfig_.test.userpref", "userpref");

// Verify this one has a default pref
defaultPref("_autoconfig_.test.defaultpref", "defaultpref");

// Verify this one is locked
lockPref("_autoconfig_.test.lockpref", "lockpref");

lockPref("_autoconfig_.test.unlockpref", "unlockpref");
// Verify this one is unlocked
unlockPref("_autoconfig_.test.unlockpref");

pref("_autoconfig_.test.clearpref", "clearpref");
// Verify this one has no value
clearPref("_autoconfig_.test.clearpref");