Load web fonts synchronously during wpt.

This commit is contained in:
Bobby Holley 2015-11-04 17:14:04 -08:00
parent 1dc144d168
commit 77c253fd43
3 changed files with 24 additions and 5 deletions

View file

@ -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)