From c427f75b02fa046d11713ed1325d87d4bdc8880e Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Mon, 7 Jul 2025 10:49:22 +0100 Subject: [PATCH] Meta: Include the --install-fonts argument when running WPT This ensures the Ahem test font is installed. --- Meta/WPT.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/WPT.sh b/Meta/WPT.sh index 073bc907c75..dd80467df7c 100755 --- a/Meta/WPT.sh +++ b/Meta/WPT.sh @@ -84,6 +84,7 @@ WPT_ARGS=( "--install-webdriver" "--webdriver-arg=--force-cpu-painting" "--no-pause-after-test" + "--install-fonts" "${EXTRA_WPT_ARGS[@]}" ) IMPORT_ARGS=()