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

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

Issue 804693002: Add fake implementation of Surfaces service for sky tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/tests/resources/mocha.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c2e33aab694794cdddfdd0d57561c49c02ce5f79 100644
--- a/sky/tools/webkitpy/layout_tests/port/base.py
+++ b/sky/tools/webkitpy/layout_tests/port/base.py
@@ -230,7 +230,7 @@ class Port(object):
return [
'--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa',
'--content-handlers=text/sky,mojo:sky_viewer',
- '--url-mappings=mojo:window_manager=mojo:sky_tester',
+ '--url-mappings=mojo:window_manager=mojo:sky_tester,mojo:surfaces_service=mojo:fake_surfaces_service',
'mojo:window_manager',
]
return []
« no previous file with comments | « sky/tests/resources/mocha.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698