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

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

Issue 685623002: Move the tests from .html to .sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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/tools/skydb ('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 569ebdfef4cc3e2f73e233dffe812cc77be1bc53..40408cdd1c217515f6fa01398863c5457184d6de 100644
--- a/sky/tools/webkitpy/layout_tests/port/base.py
+++ b/sky/tools/webkitpy/layout_tests/port/base.py
@@ -228,7 +228,7 @@ class Port(object):
if driver_name == self.MOJO_SHELL_NAME:
return [
'--args-for=mojo://native_viewport_service/ --use-headless-config',
- '--content-handlers=text/html,mojo://sky_viewer/',
+ '--content-handlers=text/sky,mojo://sky_viewer/',
'--url-mappings=mojo:window_manager=mojo:sky_tester',
'mojo:window_manager',
]
@@ -725,7 +725,7 @@ class Port(object):
return [self.relative_test_filename(f) for f in files]
# When collecting test cases, we include any file with these extensions.
- _supported_file_extensions = set(['.html'])
+ _supported_file_extensions = set(['.sky'])
@staticmethod
# If any changes are made here be sure to update the isUsedInReftest method in old-run-webkit-tests as well.
« no previous file with comments | « sky/tools/skydb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698