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

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

Issue 2567283004: DevTools: drastically simplify UISourceCode.checkContentUpdated (Closed)
Patch Set: kill stale test 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-checkContent.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b4a14dca174493f6629fc146f03a9d795356285a..e77e83736c2e06dbd6a61103b242ac9b9528baf8 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
@@ -34,16 +34,16 @@ Search result #1: uiSourceCode.url = file:///var/www/search.js
search match #1: lineNumber = 0, lineContent = 'FOO searchTestUniqueString BAR'
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 result #3: uiSourceCode.url = file:///var/www/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 #4: uiSourceCode.url = file:///var/www/search.html
search match #1: lineNumber = 4, lineContent = '<script>window.eval("function searchTestUniqueString() {}");</script>'
search match #2: lineNumber = 6, lineContent = '<div>searchTestUniqueString</div>'
search match #3: lineNumber = 8, lineContent = '<!-- searchTestUniqueString -->'
search match #4: lineNumber = 10, lineContent = '<div id="searchTestUniqueString">div text</div>'
-Search result #4: uiSourceCode.url = file:///var/www/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 #5: uiSourceCode.url = file:///var/www/search.html
+Search result #5: uiSourceCode.url = http://localhost/search.html
search match #1: lineNumber = 4, lineContent = '<script>window.eval("function searchTestUniqueString() {}");</script>'
search match #2: lineNumber = 6, lineContent = '<div>searchTestUniqueString</div>'
search match #3: lineNumber = 8, lineContent = '<!-- searchTestUniqueString -->'
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-checkContent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698