mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
df6afb2dd1
commit
6eb367e905
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def run_servo_test(testcase, url, date, timeout, is_async):
|
|||
ua_script_path = "{}/user-agent-js".format(os.getcwd())
|
||||
command = [
|
||||
"../../../target/release/servo", url,
|
||||
"--userscripts", ua_script_path,
|
||||
"--userscripts=" + ua_script_path,
|
||||
"--headless",
|
||||
"-x", "-o", "output.png"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue