| Index: content/shell/test_runner/test_interfaces.cc
|
| diff --git a/content/shell/test_runner/test_interfaces.cc b/content/shell/test_runner/test_interfaces.cc
|
| index deb23193f7356b118e73323deed0bff6b69c51a1..a0ff017967f548869f9bccfe139da648ef451869 100644
|
| --- a/content/shell/test_runner/test_interfaces.cc
|
| +++ b/content/shell/test_runner/test_interfaces.cc
|
| @@ -117,7 +117,8 @@ void TestInterfaces::ConfigureForTestWithURL(const blink::WebURL& test_url,
|
| }
|
| if (spec.find("/external/wpt/") != std::string::npos ||
|
| spec.find("/external/csswg-test/") != std::string::npos ||
|
| - spec.find("://web-platform.test") != std::string::npos)
|
| + spec.find("://web-platform.test") != std::string::npos ||
|
| + spec.find("/harness-tests/wpt/") != std::string::npos)
|
| test_runner_->set_is_web_platform_tests_mode();
|
| }
|
|
|
|
|