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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files-expected.txt

Issue 2435043003: DevTools: restore selection and scrollposition between network and filesystem (Closed)
Patch Set: add testcase Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files-expected.txt
index f62cfab3d5aefa3c13a004fa27a9d006c1bdb6ce..bcfa7c3b84744efaa02db6fcd2a70768068690fd 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files-expected.txt
@@ -5,13 +5,13 @@ Running: waitForUISourceCodes
Running: dumpSearchResults
Search result #1: uiSourceCode.url = file:///var/www/inspector/persistence/resources/foo.js
- search match #1: lineNumber = 0, lineContent = 'window.foo = ()=>'foo';'
+ search match #1: lineNumber = 2, lineContent = 'window.foo = ()=>'foo';'
Search result #2: uiSourceCode.url = http://127.0.0.1:8000/inspector/persistence/resources/foo.js
- search match #1: lineNumber = 0, lineContent = 'window.foo = ()=>'foo';'
+ search match #1: lineNumber = 2, lineContent = 'window.foo = ()=>'foo';'
Running: addFileMapping
Running: dumpSearchResults
Search result #1: uiSourceCode.url = http://127.0.0.1:8000/inspector/persistence/resources/foo.js
- search match #1: lineNumber = 0, lineContent = 'window.foo = ()=>'foo';'
+ search match #1: lineNumber = 2, lineContent = 'window.foo = ()=>'foo';'

Powered by Google App Engine
This is Rietveld 408576698