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

Side by Side Diff: LayoutTests/http/tests/inspector/search/sources-search-scope-expected.txt

Issue 338253007: Revert "DevTools: Load document (html) content from disk cache in page agent enabling." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 Page reloaded.
2 3
3 Running: testIgnoreCase 4 Running: testIgnoreCase
4 Search result #1: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/reso urces/search.css 5 Search result #1: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/reso urces/search.css
5 search match #1: lineNumber = 0, lineContent = 'div.searchTestUniqueString {' 6 search match #1: lineNumber = 0, lineContent = 'div.searchTestUniqueString {'
6 search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hov er {' 7 search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hov er {'
7 search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqu eString occurence */' 8 search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqu eString occurence */'
8 Search result #2: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/reso urces/search.html 9 Search result #2: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/reso urces/search.html
9 search match #1: lineNumber = 5, lineContent = '<div>searchTestUniqueString</d iv>' 10 search match #1: lineNumber = 5, lineContent = '<div>searchTestUniqueString</d iv>'
10 search match #2: lineNumber = 7, lineContent = '<!-- searchTestUniqueString -- >' 11 search match #2: lineNumber = 7, lineContent = '<!-- searchTestUniqueString -- >'
11 search match #3: lineNumber = 9, lineContent = '<div id="searchTestUniqueStrin g">div text</div>' 12 search match #3: lineNumber = 9, lineContent = '<div id="searchTestUniqueStrin g">div text</div>'
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 Running: testSeveralQueriesFileHTML_SEARCH 77 Running: testSeveralQueriesFileHTML_SEARCH
77 Search result #1: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/reso urces/search.html 78 Search result #1: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/reso urces/search.html
78 search match #1: lineNumber = 2, lineContent = '<link href="search.css" rel="s tylesheet" type="text/css">' 79 search match #1: lineNumber = 2, lineContent = '<link href="search.css" rel="s tylesheet" type="text/css">'
79 search match #2: lineNumber = 3, lineContent = '<script src="search.js"></scri pt>' 80 search match #2: lineNumber = 3, lineContent = '<script src="search.js"></scri pt>'
80 search match #3: lineNumber = 5, lineContent = '<div>searchTestUniqueString</d iv>' 81 search match #3: lineNumber = 5, lineContent = '<div>searchTestUniqueString</d iv>'
81 search match #4: lineNumber = 7, lineContent = '<!-- searchTestUniqueString -- >' 82 search match #4: lineNumber = 7, lineContent = '<!-- searchTestUniqueString -- >'
82 search match #5: lineNumber = 9, lineContent = '<div id="searchTestUniqueStrin g">div text</div>' 83 search match #5: lineNumber = 9, lineContent = '<div id="searchTestUniqueStrin g">div text</div>'
83 84
84 Running: testSeveralQueriesFileJS_SEARCH_HTML 85 Running: testSeveralQueriesFileJS_SEARCH_HTML
85 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698