changeset 10421 | 9bbb35f52d4b |
parent 10413 | 22a89d0f4143 |
child 10422 | 2b54acb271cb |
--- a/devtools/qunit.py Wed May 13 18:34:52 2015 +0200 +++ b/devtools/qunit.py Wed May 13 17:12:40 2015 +0200 @@ -68,7 +68,7 @@ self.firefox_cmd = ['firefox', '-no-remote'] if os.name == 'posix': self.firefox_cmd = [osp.join(osp.dirname(__file__), 'data', 'xvfb-run.sh'), - '-a', '-s', '-noreset -screen 0 640x480x8'] + self.firefox_cmd + '-a', '-s', '-noreset -screen 0 800x600x24'] + self.firefox_cmd def start(self, url): self.stop()