mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Load web fonts synchronously during wpt.
This commit is contained in:
parent
1dc144d168
commit
77c253fd43
3 changed files with 24 additions and 5 deletions
|
@ -203,7 +203,7 @@ class ServoRefTestExecutor(ProcessTestExecutor):
|
|||
debug_args, command = browser_command(
|
||||
self.binary,
|
||||
[render_arg(self.browser.render_backend), "--hard-fail", "--exit",
|
||||
"-u", "Servo/wptrunner", "-Z", "disable-text-aa",
|
||||
"-u", "Servo/wptrunner", "-Z", "disable-text-aa,load-webfonts-synchronously",
|
||||
"--output=%s" % output_path, full_url],
|
||||
self.debug_info)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue