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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-rename-files-expected.txt

Issue 2780933003: DevTools: support UISourceCode rename in automapping (Closed)
Patch Set: fix test Created 3 years, 8 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 Verify that automapping is sane.
2
3 Binding created: {
4 network: http://example.com/path/foo.js
5 fileSystem: file:///var/www/scripts/foo.js
6 exactMatch: true
7 }
8 Mapping has stabilized.
9
10 Running: Rename foo.js => bar.js
11 Binding removed: {
12 network: http://example.com/path/foo.js
13 fileSystem: file:///var/www/scripts/bar.js
14 exactMatch: true
15 }
16 Mapping has stabilized.
17
18 Running: Rename bar.js => foo.js
19 Binding created: {
20 network: http://example.com/path/foo.js
21 fileSystem: file:///var/www/scripts/foo.js
22 exactMatch: true
23 }
24 Mapping has stabilized.
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698