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

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

Issue 2349343002: DevTools: introduce persistence/ module (Closed)
Patch Set: reupload 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that persistence syncs network and filesystem UISourceCodes.
2
3
4 Running: addFileSystem
5
6 Running: addFileMapping
7 Binding created: {
8 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js
9 fileSystem: file:///var/www/inspector/persistence/resources/foo.js
10 }
11
12 Running: changeFileSystem
13 network code: 'window.foo3 = 3;'
14 fileSystem code: 'window.foo3 = 3;'
15
16 Running: changeNetworkUISourceCode
17 network code: 'window.foo2 = 2;'
18 fileSystem code: 'window.foo2 = 2;'
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698