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

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

Issue 2418813005: DevTools: [Persistence] implement automapping (Closed)
Patch Set: address comments 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 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 } 11 }
11 12
12 Running: changeFileSystem 13 Running: changeFileSystem
13 network code: 'window.foo3 = 3;' 14 network code: 'window.foo3 = 3;'
14 fileSystem code: 'window.foo3 = 3;' 15 fileSystem code: 'window.foo3 = 3;'
15 16
16 Running: changeNetworkUISourceCode 17 Running: changeNetworkUISourceCode
17 network code: 'window.foo2 = 2;' 18 network code: 'window.foo2 = 2;'
18 fileSystem code: 'window.foo2 = 2;' 19 fileSystem code: 'window.foo2 = 2;'
19 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698