Chromium Code Reviews| Index: testing/xvfb.py | 
| diff --git a/testing/xvfb.py b/testing/xvfb.py | 
| index ce5309977d45a55238224fe41af851ad0d2bb404..e7280f4d314a137398e941a005716e20b5c420cc 100755 | 
| --- a/testing/xvfb.py | 
| +++ b/testing/xvfb.py | 
| @@ -50,7 +50,7 @@ def start_xvfb(xvfb_path, display): | 
| xvfb_path: Path to Xvfb. | 
| """ | 
| cmd = [xvfb_path, display, '-screen', '0', '1024x768x24', '-ac', | 
| - '-nolisten', 'tcp'] | 
| + '-nolisten', 'tcp', '-dpi', '96'] | 
| try: | 
| proc = subprocess.Popen( | 
| cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) |