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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects-expected.txt

Issue 2376583002: DevTools: remove WI.NetworkMapping.networkURL (Closed)
Patch Set: do not blackbox fs uiSourceCodes Created 4 years, 3 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: third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects-expected.txt
index 8076d42d17eaeb01685f19f4ea7a749afc372686..b4a14dca174493f6629fc146f03a9d795356285a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects-expected.txt
@@ -30,9 +30,9 @@ Search result #5: uiSourceCode.url = file:///var/www/search.js
search match #5: lineNumber = 11, lineContent = ' // SEARCHTestUniqueString();'
Running: testDirtyFiles
-Search result #1: uiSourceCode.url = http://localhost/search.js
+Search result #1: uiSourceCode.url = file:///var/www/search.js
search match #1: lineNumber = 0, lineContent = 'FOO searchTestUniqueString BAR'
-Search result #2: uiSourceCode.url = file:///var/www/search.js
+Search result #2: uiSourceCode.url = http://localhost/search.js
search match #1: lineNumber = 0, lineContent = 'FOO searchTestUniqueString BAR'
Search result #3: uiSourceCode.url = http://localhost/search.html
search match #1: lineNumber = 4, lineContent = '<script>window.eval("function searchTestUniqueString() {}");</script>'

Powered by Google App Engine
This is Rietveld 408576698