summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprofile/tests/files/prefs_with_comments.js
blob: 06a56f2138fc40500daf707c829f9aebe0ce28e8 (plain)
1
2
3
4
5
6
# A leading comment
user_pref("browser.startup.homepage", "http://planet.mozilla.org"); # A trailing comment
user_pref("zoom.minPercent", 30);
// Another leading comment
user_pref("zoom.maxPercent", 300); // Another trailing comment
user_pref("webgl.verbose", "false");