| 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 db9fcdba6e14b863b931767506934e591ebd6e6f..27ea09e25ddf8e8a4bde370cb961d3cab512de41 100644
|
| --- a/content/shell/test_runner/test_interfaces.cc
|
| +++ b/content/shell/test_runner/test_interfaces.cc
|
| @@ -120,7 +120,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();
|
| }
|
|
|
|
|