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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/search/search-ignore-binary-files.html

Issue 2580173002: DevTools: fix http/tests/inspector/search/sources-search-scope-many-projects.html (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/LayoutTests/http/tests/inspector/search/search-ignore-binary-files.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-ignore-binary-files.html b/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-ignore-binary-files.html
index 5aeebce47ceef9d4f2b9d233b3bb5406544aff4b..067e85d94e59357a2efb7811f293500fd57ee238 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-ignore-binary-files.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-ignore-binary-files.html
@@ -13,7 +13,7 @@ function test()
{
var scope = new Sources.SourcesSearchScope();
var searchConfig = new Workspace.SearchConfig("AAAAAAA", true, false);
- InspectorTest.runSearchAndDumpResults(scope, searchConfig, true, InspectorTest.completeTest.bind(InspectorTest));
+ InspectorTest.runSearchAndDumpResults(scope, searchConfig, InspectorTest.completeTest.bind(InspectorTest));
}
};
</script>

Powered by Google App Engine
This is Rietveld 408576698