Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Unified Diff: sky/tools/webkitpy/layout_tests/port/base.py

Issue 797063002: Make reftests work for sky. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: cleanup Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/tools/webkitpy/layout_tests/port/base.py
diff --git a/sky/tools/webkitpy/layout_tests/port/base.py b/sky/tools/webkitpy/layout_tests/port/base.py
index efcfa6f78f20682280759d98a9baac18b0c02bf6..8ab13b1c834aa0395611e02075197e850f460c51 100644
--- a/sky/tools/webkitpy/layout_tests/port/base.py
+++ b/sky/tools/webkitpy/layout_tests/port/base.py
@@ -229,6 +229,7 @@ class Port(object):
if driver_name == self.MOJO_SHELL_NAME:
return [
'--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa',
+ '--args-for=mojo:sky_viewer --testing',
'--content-handlers=text/sky,mojo:sky_viewer',
'--url-mappings=mojo:window_manager=mojo:sky_tester',
'mojo:window_manager',

Powered by Google App Engine
This is Rietveld 408576698