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

Unified Diff: content/shell/test_runner/test_interfaces.cc

Issue 2837083003: DevTools: create test infrastructure so devtools drives the test (Closed)
Patch Set: rebaseline Created 3 years, 6 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: 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 0131fdb361b8527c7da0ac3b387331ebb35ac66e..05e35faad1b2e7fea5af408929e308cea8878772 100644
--- a/content/shell/test_runner/test_interfaces.cc
+++ b/content/shell/test_runner/test_interfaces.cc
@@ -108,6 +108,7 @@ void TestInterfaces::ConfigureForTestWithURL(const blink::WebURL& test_url,
test_runner_->SetV8CacheDisabled(false);
}
if (spec.find("/inspector/") != std::string::npos &&
+ spec.find("integration_test_runner.html") == std::string::npos &&
spec.find("unit_test_runner.html") == std::string::npos) {
// Subfolder name determines default panel to open.
std::string test_path = spec.substr(spec.find("/inspector/") + 11);

Powered by Google App Engine
This is Rietveld 408576698