Skip to content

Commit

Permalink
servodriver: Set initial URL to data:, instead of about:blank.
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Matthews <[email protected]>
  • Loading branch information
jdm authored and servo-wpt-sync committed Jan 7, 2025
1 parent bfa0886 commit 7f9ee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/browsers/servodriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self, logger, binary, debug_info=None, webdriver_host="127.0.0.1",
args = [
"--hard-fail",
"--webdriver=%s" % port,
"about:blank",
"data:,",
]

ca_cert_path = server_config.ssl_config["ca_cert_path"]
Expand Down

0 comments on commit 7f9ee7f

Please sign in to comment.