1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mozbase/mozprofile/tests/files/prefs_with_comments.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +# A leading comment 1.5 +user_pref("browser.startup.homepage", "http://planet.mozilla.org"); # A trailing comment 1.6 +user_pref("zoom.minPercent", 30); 1.7 +// Another leading comment 1.8 +user_pref("zoom.maxPercent", 300); // Another trailing comment 1.9 +user_pref("webgl.verbose", "false");