mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Fix ./mach test-speedometer runs (#34996)
The python code set a preference that was renamed
as part of https://github.com/servo/servo/pull/34966.
This fixes MQ runs which currently all fail
(3562334330
)
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
87e97cca98
commit
2da57602ac
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ class MachCommands(CommandBase):
|
|||
speedometer = json.loads(subprocess.check_output([
|
||||
binary,
|
||||
"https://servospeedometer.netlify.app?headless=1",
|
||||
"--pref", "dom.allow_scripts_to_close_windows",
|
||||
"--pref", "dom_allow_scripts_to_close_windows",
|
||||
"--window-size=1100x900",
|
||||
"--headless"], timeout=120).decode())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue