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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... 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 unified diff | Download patch
OLDNEW
1 CONFIRM NAVIGATION
1 2
2 3
3 Running: testIgnoreCase 4 Running: testIgnoreCase
4 Search result #1: uiSourceCode.url = debugger:///VMXX 5 Search result #1: uiSourceCode.url = debugger:///VMXX
5 search match #1: lineNumber = 0, lineContent = 'function searchTestUniqueStrin g() {}' 6 search match #1: lineNumber = 0, lineContent = 'function searchTestUniqueStrin g() {}'
6 Search result #2: uiSourceCode.url = http://127.0.0.1:8000/inspector/search/reso urces/search.css 7 Search result #2: uiSourceCode.url = http://127.0.0.1:8000/inspector/search/reso urces/search.css
7 search match #1: lineNumber = 0, lineContent = 'div.searchTestUniqueString {' 8 search match #1: lineNumber = 0, lineContent = 'div.searchTestUniqueString {'
8 search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hov er {' 9 search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hov er {'
9 search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqu eString occurence */' 10 search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqu eString occurence */'
10 Search result #3: uiSourceCode.url = http://127.0.0.1:8000/inspector/search/reso urces/search.html 11 Search result #3: uiSourceCode.url = http://127.0.0.1:8000/inspector/search/reso urces/search.html
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hov er {' 136 search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hov er {'
136 search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqu eString occurence */' 137 search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqu eString occurence */'
137 Search result #3: uiSourceCode.url = http://127.0.0.1:8000/inspector/search/reso urces/search.html 138 Search result #3: uiSourceCode.url = http://127.0.0.1:8000/inspector/search/reso urces/search.html
138 search match #1: lineNumber = 4, lineContent = '<script>window.eval("function searchTestUniqueString() {}");</script>' 139 search match #1: lineNumber = 4, lineContent = '<script>window.eval("function searchTestUniqueString() {}");</script>'
139 search match #2: lineNumber = 6, lineContent = '<div>searchTestUniqueString</d iv>' 140 search match #2: lineNumber = 6, lineContent = '<div>searchTestUniqueString</d iv>'
140 search match #3: lineNumber = 8, lineContent = '<!-- searchTestUniqueString -- >' 141 search match #3: lineNumber = 8, lineContent = '<!-- searchTestUniqueString -- >'
141 search match #4: lineNumber = 10, lineContent = '<div id="searchTestUniqueStri ng">div text</div>' 142 search match #4: lineNumber = 10, lineContent = '<div id="searchTestUniqueStri ng">div text</div>'
142 Search result #4: uiSourceCode.url = http://127.0.0.1:8000/inspector/search/reso urces/search.js 143 Search result #4: uiSourceCode.url = http://127.0.0.1:8000/inspector/search/reso urces/search.js
143 search match #1: lineNumber = 0, lineContent = 'FOO searchTestUniqueString BAR ' 144 search match #1: lineNumber = 0, lineContent = 'FOO searchTestUniqueString BAR '
144 145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698