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

Unified Diff: LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt

Issue 400673002: DevTools: Fix dirty files handling in search across all files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt b/LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt
index df3be7c58bb72e497b781a2ae2b94c892b5bfeb9..a47baa74f00d3936495ad79d3106466ab48da3f9 100644
--- a/LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt
+++ b/LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt
@@ -116,3 +116,15 @@ Search result #3: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/reso
search match #6: lineNumber = 14, lineContent = '// searchTestUnique space String'
Running a file query with non-existing project name now:
+Running: testDirtyFiles
+Search result #1: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/resources/search.css
+ search match #1: lineNumber = 0, lineContent = 'div.searchTestUniqueString {'
+ search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hover {'
+ search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqueString occurence */'
+Search result #2: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/resources/search.html
+ search match #1: lineNumber = 5, lineContent = '<div>searchTestUniqueString</div>'
+ search match #2: lineNumber = 7, lineContent = '<!-- searchTestUniqueString -->'
+ search match #3: lineNumber = 9, lineContent = '<div id="searchTestUniqueString">div text</div>'
+Search result #3: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/resources/search.js
+ search match #1: lineNumber = 0, lineContent = 'FOO searchTestUniqueString BAR'
+

Powered by Google App Engine
This is Rietveld 408576698