| 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 16386d4d08e0f22bce690c9756495421fcd524eb..f2ef32950e6a932aeb30f3959e9c39e7109b5d5d 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
|
| @@ -1170,7 +1170,7 @@ class Port(object):
|
|
|
| def is_wpt_test(self, test):
|
| """Whether this test is part of a web-platform-tests which require wptserve servers."""
|
| - return "web-platform-tests" in test
|
| + return test.startswith("imported/wpt/")
|
|
|
| def start_wptserve(self):
|
| """Start a WPT web server. Raise an error if it can't start or is already running.
|
|
|