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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 Pre-format search results: 3 Pre-format search results:
4 Search matches: 4 Search matches:
5 lineNumber: 30, line: ' scriptSource.searchInContent("magic-string", true , false, dump1);' 5 lineNumber: 30, line: ' scriptSource.searchInContent("magic-string", true , false, dump1);'
6 lineNumber: 44, line: ' scriptSource.searchInContent("magic-string", true , false, dump2);' 6 lineNumber: 44, line: ' scriptSource.searchInContent("magic-string", true , false, dump2);'
7 7
8 Post-format search results: 8 Post-format search results:
9 Search matches: 9 Search matches:
10 lineNumber: 30, line: ' scriptSource.searchInContent("magic-string", true , false, dump1);' 10 lineNumber: 30, line: ' scriptSource.searchInContent("magic-string", true , false, dump1);'
11 lineNumber: 44, line: ' scriptSource.searchInContent("magic-string", true , false, dump2);' 11 lineNumber: 44, line: ' scriptSource.searchInContent("magic-string", true , false, dump2);'
12 12
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698