Enable experimental features in servodriver. (#38648)

Applies the change from https://github.com/servo/servo/pull/36335 to the
non-default servodriver WPT executor as well.

Testing: Tested manually with `--product=servodriver` on the webxr
directory.
Part of #34683

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-08-13 14:55:52 -04:00 committed by GitHub
parent dac34c0dfd
commit f3f981030f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -522005,7 +522005,7 @@
[]
],
"servodriver.py": [
"f72f2257a3817e33817dc7a190da8e61cf6442da",
"c25aa9b3ecdcfe20c6ff0e8f98973d69c86d5209",
[]
],
"webkit.py": [

View file

@ -97,6 +97,7 @@ class ServoWebDriverBrowser(WebDriverBrowser):
# See https://github.com/servo/servo/issues/30080.
# For some reason rustls does not like the certificate generated by the WPT tooling.
"--ignore-certificate-errors",
"--enable-experimental-web-platform-features",
"--window-size", "800x600",
"about:blank",
]