Forcing sRGB for mochitests - bug 454430. r=vlad

This commit is contained in:
Bobby Holley 2008-09-09 21:13:23 -07:00
parent 2d92b155ba
commit ca2c8d76a5

View File

@ -307,6 +307,7 @@ user_pref("javascript.options.showInConsole", true);
user_pref("layout.debug.enable_data_xbl", true);
user_pref("browser.EULA.override", true);
user_pref("javascript.options.jit.content", false);
user_pref("gfx.color_management.force_srgb", true);
user_pref("camino.warn_when_closing", false); // Camino-only, harmless to others
"""