Meta: Include the --install-fonts argument when running WPT

This ensures the Ahem test font is installed.
This commit is contained in:
Tim Ledbetter 2025-07-07 10:49:22 +01:00 committed by Jelle Raaijmakers
commit c427f75b02
Notes: github-actions[bot] 2025-07-07 09:58:45 +00:00

View file

@ -84,6 +84,7 @@ WPT_ARGS=(
"--install-webdriver"
"--webdriver-arg=--force-cpu-painting"
"--no-pause-after-test"
"--install-fonts"
"${EXTRA_WPT_ARGS[@]}"
)
IMPORT_ARGS=()