Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py |
index 6593c9706088948073a0611d995a70684576b6c3..08b28dc968b2b7f800399d3e248bd85b158eafce 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py |
@@ -725,7 +725,7 @@ class Port(object): |
else: |
path_in_wpt = filename |
return self._wpt_manifest().is_test_file(path_in_wpt) |
- if 'inspector-unit' in dirname: |
+ if 'inspector-unit' in dirname or 'devtools-js' in dirname: |
return filesystem.splitext(filename)[1] == '.js' |
return Port._has_supported_extension( |
filesystem, filename) and not Port.is_reference_html_file(filesystem, dirname, filename) |