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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 15592005: support .xht directly so we do not have to rename files during w3c imports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index b53cdd4e4904babaf4ebd45f505b339d78eef81e..9595685a1511c8be1e46cbba47eabc4923ddf3ae 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -603,7 +603,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', '.xml', '.xhtml', '.pl',
+ _supported_file_extensions = set(['.html', '.xml', '.xhtml', '.xht', '.pl',
ojan 2013/05/22 00:22:06 Do we not have any tests of what extensions we sup
'.htm', '.php', '.svg', '.mht'])
@staticmethod
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/w3c/test_importer.py » ('j') | Tools/Scripts/webkitpy/w3c/test_importer.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698