| Index: LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt
|
| diff --git a/LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt b/LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt
|
| index df3be7c58bb72e497b781a2ae2b94c892b5bfeb9..a47baa74f00d3936495ad79d3106466ab48da3f9 100644
|
| --- a/LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt
|
| +++ b/LayoutTests/http/tests/inspector-enabled/search/sources-search-scope-expected.txt
|
| @@ -116,3 +116,15 @@ Search result #3: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/reso
|
| search match #6: lineNumber = 14, lineContent = '// searchTestUnique space String'
|
| Running a file query with non-existing project name now:
|
|
|
| +Running: testDirtyFiles
|
| +Search result #1: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/resources/search.css
|
| + search match #1: lineNumber = 0, lineContent = 'div.searchTestUniqueString {'
|
| + search match #2: lineNumber = 4, lineContent = 'div.searchTestUniqueString:hover {'
|
| + search match #3: lineNumber = 5, lineContent = ' /* another searchTestUniqueString occurence */'
|
| +Search result #2: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/resources/search.html
|
| + search match #1: lineNumber = 5, lineContent = '<div>searchTestUniqueString</div>'
|
| + search match #2: lineNumber = 7, lineContent = '<!-- searchTestUniqueString -->'
|
| + search match #3: lineNumber = 9, lineContent = '<div id="searchTestUniqueString">div text</div>'
|
| +Search result #3: uiSourceCode.uri = http://127.0.0.1:8000/inspector/search/resources/search.js
|
| + search match #1: lineNumber = 0, lineContent = 'FOO searchTestUniqueString BAR'
|
| +
|
|
|