Skip to content

Commit 6eab0ed

Browse files
committed
Enable experimental features in servodriver.
Signed-off-by: Josh Matthews <[email protected]>
1 parent a3cd4aa commit 6eab0ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/wptrunner/wptrunner/browsers/servodriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def __init__(self, logger, binary, debug_info=None, webdriver_host="127.0.0.1",
9797
# See https://github.com/servo/servo/issues/30080.
9898
# For some reason rustls does not like the certificate generated by the WPT tooling.
9999
"--ignore-certificate-errors",
100+
"--enable-experimental-web-platform-features",
100101
"--window-size", "800x600",
101102
"about:blank",
102103
]

0 commit comments

Comments
 (0)