mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784242 - set browser.viewport.scaleRatio during robocop tests; r=kats
This commit is contained in:
parent
65bca04d24
commit
99352ee61e
@ -543,6 +543,7 @@ def main():
|
||||
options.extraPrefs.append('robocop.logfile="%s/robocop.log"' % deviceRoot)
|
||||
options.extraPrefs.append('browser.search.suggest.enabled=true')
|
||||
options.extraPrefs.append('browser.search.suggest.prompted=true')
|
||||
options.extraPrefs.append('browser.viewport.scaleRatio=100')
|
||||
|
||||
if (options.dm_trans == 'adb' and options.robocopPath):
|
||||
dm._checkCmd(["install", "-r", os.path.join(options.robocopPath, "robocop.apk")])
|
||||
|
Loading…
Reference in New Issue
Block a user