Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Disable antialiasing in Servo when running reftests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Apr 29, 2015
1 parent 036c993 commit 400cbbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wptrunner/executors/executorservo.py
Expand Up @@ -186,7 +186,8 @@ def screenshot(self, test):

with TempFilename(self.tempdir) as output_path:
self.command = [self.binary, "--cpu", "--hard-fail", "--exit",
"--output=%s" % output_path, full_url]
"-Z", "disable-text-aa", "--output=%s" % output_path,
full_url]

env = os.environ.copy()
env["HOST_FILE"] = self.hosts_path
Expand Down

0 comments on commit 400cbbf

Please sign in to comment.