summaryrefslogtreecommitdiffstats
path: root/testing/xpcshell/example/unit/xpcshell-with-prefs.ini
blob: 4d5944b27238af525659b33f0b31952b40b523c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[DEFAULT]
head =
support-files = prefs_test_common.js
prefs =
  dummy.pref.from.test.ancestor=Ancestor
  dummy.pref.from.test.manifest=1

[test_prefs_defaults.js]
[test_prefs_defaults_and_file.js]
prefs = # Multiple prefs, for additional test coverage over xpcshell.ini
  dummy.pref.from.test.file=2
  dummy.pref.from.test.duplicate=first
  dummy.pref.from.test.duplicate=final
  dummy.pref.from.test.manifest=1337 # overrides manifest

[include:xpcshell-included-with-prefs.ini]