3 # If you are already running Firefox you need to run the testing
4 # instance of Firefox on a separate X display otherwise it tries to
5 # reuse the existing instance.
9 # DISPLAY=:20 ./run-firefox imctest.html
14 mkdir
-p tmp-home
/.mozilla
/plugins
15 mkdir
-p tmp-home
/.mozilla
/firefox
/default
19 StartWithLastProfile=0
25 " >tmp-home
/.mozilla
/firefox
/profiles.ini
27 echo 'user_pref("browser.dom.window.dump.enabled", true);' > tmp-home
/.mozilla
/firefox
/default
/user.js
28 cp -av plugin.so tmp-home
/.mozilla
/plugins
29 export XAUTHORITY
=~
/.Xauthority
30 export HOME
=$
(pwd)/tmp-home