summaryrefslogtreecommitdiffstats
path: root/extensions/pref/autoconfig/test/unit/autoconfig-latin1.cfg
blob: 6b96c65fd05f2ba1a90e099c721bd5e681ae6bd8 (plain)
1
2
3
4
5
6
// # don't remove this comment! (the first line is ignored by Mozilla)
// �
lockPref("_test.string.ASCII", "ASCII");
lockPref("_test.string.non-ASCII", "日本語");
lockPref("_test.string.getPref", getPref("_test.string.non-ASCII"));
lockPref("_test.string.gIsUTF8", String(this.gIsUTF8));