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

Side by Side Diff: LayoutTests/inspector/sources/debugger/script-formatter-search-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined 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 Tests that search across files works with formatted scripts. 1 Tests that search across files works with formatted scripts.
2 2
3 Debugger was enabled.
4 Pre-format search results: 3 Pre-format search results:
5 Search matches: 4 Search matches:
6 lineNumber: 25, line: ' scriptSource.searchInContent("magic-string", true , false, dump1);' 5 lineNumber: 25, line: ' scriptSource.searchInContent("magic-string", true , false, dump1);'
7 lineNumber: 39, line: ' scriptSource.searchInContent("magic-string", true , false, dump2);' 6 lineNumber: 39, line: ' scriptSource.searchInContent("magic-string", true , false, dump2);'
8 7
9 Post-format search results: 8 Post-format search results:
10 Search matches: 9 Search matches:
11 lineNumber: 25, line: ' scriptSource.searchInContent("magic-string", true , false, dump1);' 10 lineNumber: 25, line: ' scriptSource.searchInContent("magic-string", true , false, dump1);'
12 lineNumber: 39, line: ' scriptSource.searchInContent("magic-string", true , false, dump2);' 11 lineNumber: 39, line: ' scriptSource.searchInContent("magic-string", true , false, dump2);'
13 12
14 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698