mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Fix servodriver server configuration.
This commit is contained in:
parent
8423a90871
commit
b16a6268d9
2 changed files with 2 additions and 2 deletions
|
@ -639280,7 +639280,7 @@
|
|||
"support"
|
||||
],
|
||||
"tools/wptrunner/wptrunner/browsers/servodriver.py": [
|
||||
"aa17eba69bbd98b8d939e7610cd7ab2fd2f1ca0a",
|
||||
"6486a788b8c8fbf4fc52dd4368265571975cabb4",
|
||||
"support"
|
||||
],
|
||||
"tools/wptrunner/wptrunner/browsers/webkit.py": [
|
||||
|
|
|
@ -38,7 +38,7 @@ def browser_kwargs(test_type, run_info_data, config, **kwargs):
|
|||
"binary": kwargs["binary"],
|
||||
"binary_args": kwargs["binary_args"],
|
||||
"debug_info": kwargs["debug_info"],
|
||||
"server_config": config.ssl_config,
|
||||
"server_config": config,
|
||||
"user_stylesheets": kwargs.get("user_stylesheets"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue