diff --git a/Tests/LibWeb/WPT/run.sh b/Tests/LibWeb/WPT/run.sh index c2e8377e37..89306ae065 100755 --- a/Tests/LibWeb/WPT/run.sh +++ b/Tests/LibWeb/WPT/run.sh @@ -68,6 +68,8 @@ python3 ./wpt/wpt run ladybird \ --include-manifest include.ini \ --metadata ./metadata \ --manifest ./MANIFEST.json \ + --webdriver-arg="--certificate=${PWD}/wpt/tools/certs/cacert.pem" \ + --webdriver-arg="--certificate=${SERENITY_SOURCE_DIR}/Build/lagom/cacert.pem" \ --log-raw "${wpt_run_log_filename}" # Update expectations metadata files if requested