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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-rename-mapped-file-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 Verify that binding gets removed as the fileSystem file gets renamed. 1 Verify that binding gets removed as the fileSystem file gets renamed.
2 2
3 Binding created: { 3 Binding created: {
4 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js 4 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js
5 fileSystem: file:///var/www/inspector/persistence/resources/foo.js 5 fileSystem: file:///var/www/inspector/persistence/resources/foo.js
6 exactMatch: false
6 } 7 }
7 Renaming foo.js -> bar.js 8 Renaming foo.js -> bar.js
8 Binding successfully removed: { 9 Binding successfully removed: {
9 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js 10 network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js
10 fileSystem: file:///var/www/inspector/persistence/resources/bar.js 11 fileSystem: file:///var/www/inspector/persistence/resources/bar.js
12 exactMatch: false
11 } 13 }
12 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698