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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs-expected.txt

Issue 2462163002: DevTools: [Persistence] tabs should not change order during reload (Closed)
Patch Set: Created 4 years, 1 month 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 Verify that tabs get merged and split when binding is added and removed. 1 Verify that tabs get merged and split when binding is added and removed.
2 2
3 3
4 Running: addFileSystem 4 Running: addFileSystem
5 5
6 Running: openNetworkTab 6 Running: openNetworkTab
7 SourceFrame: http://127.0.0.1:8000/inspector/persistence/resources/foo.js 7 SourceFrame: http://127.0.0.1:8000/inspector/persistence/resources/foo.js
8 selection: {"startLine":0,"startColumn":0,"endLine":0,"endColumn":0} 8 selection: {"startLine":0,"startColumn":0,"endLine":0,"endColumn":0}
9 firstVisibleLine: 0 9 firstVisibleLine: 0
10 isDirty: false 10 isDirty: false
(...skipping 12 matching lines...) Expand all
23 http://127.0.0.1:8000/inspector/persistence/resources/foo.js 23 http://127.0.0.1:8000/inspector/persistence/resources/foo.js
24 SourceFrame: http://127.0.0.1:8000/inspector/persistence/resources/foo.js 24 SourceFrame: http://127.0.0.1:8000/inspector/persistence/resources/foo.js
25 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5} 25 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5}
26 firstVisibleLine: 2 26 firstVisibleLine: 2
27 isDirty: true 27 isDirty: true
28 28
29 Running: removeFileMapping 29 Running: removeFileMapping
30 Opened tabs: 30 Opened tabs:
31 file:///var/www/inspector/persistence/resources/foo.js 31 file:///var/www/inspector/persistence/resources/foo.js
32 http://127.0.0.1:8000/inspector/persistence/resources/foo.js 32 http://127.0.0.1:8000/inspector/persistence/resources/foo.js
33 SourceFrame: http://127.0.0.1:8000/inspector/persistence/resources/foo.js 33 SourceFrame: file:///var/www/inspector/persistence/resources/foo.js
34 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5} 34 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5}
35 firstVisibleLine: 2 35 firstVisibleLine: 2
36 isDirty: true 36 isDirty: true
37 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698