tests: Use Ahem font provided by WPT harness.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-05-20 07:50:24 -04:00
parent e9f364ef51
commit 90e3ff521b
14 changed files with 14 additions and 78 deletions

View file

@ -73,7 +73,7 @@ def run_tests(default_binary_path: str, **kwargs):
# chunks and leads to more consistent timing on GitHub Actions.
set_if_none(kwargs, "chunk_type", "id_hash")
kwargs["user_stylesheets"].append(os.path.join(SERVO_ROOT, "resources", "ahem.css"))
kwargs["user_stylesheets"].append(os.path.join(SERVO_ROOT, "tests", "wpt", "tests", "fonts", "ahem.css"))
set_if_none(kwargs, "binary", default_binary_path)
set_if_none(kwargs, "webdriver_binary", default_binary_path)