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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt

Issue 2578823002: DevTools: [Persistence] sync resetting of working copy (Closed)
Patch Set: Created 4 years 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 Tests that persistence syncs network and filesystem UISourceCodes. 1 Tests that persistence syncs network and filesystem UISourceCodes.
2 2
3 3
4 Running: addFileSystem 4 Running: addFileSystem
5 5
6 Running: addFileMapping 6 Running: addFileMapping
7 Binding created: { 7 Binding created: {
8 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js 8 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js
9 fileSystem: file:///var/www/inspector/persistence/resources/foo.js 9 fileSystem: file:///var/www/inspector/persistence/resources/foo.js
10 exactMatch: false 10 exactMatch: false
11 } 11 }
12 12
13 Running: addFileSystemRevision 13 Running: addFileSystemRevision
14 network code: 'window.foo3 = 3;' 14 network code: 'window.foo3 = 3;'
15 fileSystem code: 'window.foo3 = 3;' 15 fileSystem code: 'window.foo3 = 3;'
16 16
17 Running: addFileSystemWorkingCopy 17 Running: addFileSystemWorkingCopy
18 network code: 'window.foo4 = 4;' 18 network code: 'window.foo4 = 4;'
19 fileSystem code: 'window.foo4 = 4;' 19 fileSystem code: 'window.foo4 = 4;'
20 20
21 Running: resetFileSystemWorkingCopy
22 network code: 'window.foo3 = 3;'
23 fileSystem code: 'window.foo3 = 3;'
24
21 Running: setNetworkRevision 25 Running: setNetworkRevision
22 network code: 'window.foo2 = 2;' 26 network code: 'window.foo2 = 2;'
23 fileSystem code: 'window.foo2 = 2;' 27 fileSystem code: 'window.foo2 = 2;'
24 28
25 Running: setNetworkWorkingCopy 29 Running: setNetworkWorkingCopy
26 network code: 'window.foo5 = 5;' 30 network code: 'window.foo5 = 5;'
27 fileSystem code: 'window.foo5 = 5;' 31 fileSystem code: 'window.foo5 = 5;'
28 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698