mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
Meta: Include the --install-fonts argument when running WPT
This ensures the Ahem test font is installed.
This commit is contained in:
parent
6785a01c6e
commit
c427f75b02
Notes:
github-actions[bot]
2025-07-07 09:58:45 +00:00
Author: https://github.com/tcl3
Commit: c427f75b02
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5335
Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ WPT_ARGS=(
|
||||||
"--install-webdriver"
|
"--install-webdriver"
|
||||||
"--webdriver-arg=--force-cpu-painting"
|
"--webdriver-arg=--force-cpu-painting"
|
||||||
"--no-pause-after-test"
|
"--no-pause-after-test"
|
||||||
|
"--install-fonts"
|
||||||
"${EXTRA_WPT_ARGS[@]}"
|
"${EXTRA_WPT_ARGS[@]}"
|
||||||
)
|
)
|
||||||
IMPORT_ARGS=()
|
IMPORT_ARGS=()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue