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

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

Issue 334393007: Revert 176213 "DevTools: Load document (html) content from disk ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2054/
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 Page reloaded.
3 3
4 Running: testIgnoreCase 4 Running: testIgnoreCase
5 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
6 search match #1: lineNumber = 0, lineContent = 'div.searchTestUniqueString {' 6 search match #1: lineNumber = 0, lineContent = 'div.searchTestUniqueString {'
7 search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hov er {' 7 search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hov er {'
8 search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqu eString occurence */' 8 search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqu eString occurence */'
9 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
10 search match #1: lineNumber = 5, lineContent = '<div>searchTestUniqueString</d iv>' 10 search match #1: lineNumber = 5, lineContent = '<div>searchTestUniqueString</d iv>'
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 Running: testSeveralQueriesFileHTML_SEARCH 77 Running: testSeveralQueriesFileHTML_SEARCH
78 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
79 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">'
80 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>'
81 search match #3: lineNumber = 5, lineContent = '<div>searchTestUniqueString</d iv>' 81 search match #3: lineNumber = 5, lineContent = '<div>searchTestUniqueString</d iv>'
82 search match #4: lineNumber = 7, lineContent = '<!-- searchTestUniqueString -- >' 82 search match #4: lineNumber = 7, lineContent = '<!-- searchTestUniqueString -- >'
83 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>'
84 84
85 Running: testSeveralQueriesFileJS_SEARCH_HTML 85 Running: testSeveralQueriesFileJS_SEARCH_HTML
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698