mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
tests: Use Ahem font provided by WPT harness.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
e9f364ef51
commit
90e3ff521b
14 changed files with 14 additions and 78 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue