From: Artur Adib Date: Fri, 6 Jan 2012 22:28:52 +0000 (-0500) Subject: Disable default browser check in FF testing X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b49dfe5b6b94e67cecc36c9e7ab0d9f8cbfbedc3;p=pdf.js.git Disable default browser check in FF testing --- diff --git a/test/resources/firefox/prefs.js b/test/resources/firefox/prefs.js new file mode 100644 index 0000000..8d59d66 --- /dev/null +++ b/test/resources/firefox/prefs.js @@ -0,0 +1 @@ +user_pref("browser.shell.checkDefaultBrowser", false);