| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-rename-files-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-rename-files-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-rename-files-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5cd0e9b762339a6daffa3d0a33ecee6ce9aebb53
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-rename-files-expected.txt
|
| @@ -0,0 +1,25 @@
|
| +Verify that automapping is sane.
|
| +
|
| +Binding created: {
|
| + network: http://example.com/path/foo.js
|
| + fileSystem: file:///var/www/scripts/foo.js
|
| + exactMatch: true
|
| +}
|
| +Mapping has stabilized.
|
| +
|
| +Running: Rename foo.js => bar.js
|
| +Binding removed: {
|
| + network: http://example.com/path/foo.js
|
| + fileSystem: file:///var/www/scripts/bar.js
|
| + exactMatch: true
|
| +}
|
| +Mapping has stabilized.
|
| +
|
| +Running: Rename bar.js => foo.js
|
| +Binding created: {
|
| + network: http://example.com/path/foo.js
|
| + fileSystem: file:///var/www/scripts/foo.js
|
| + exactMatch: true
|
| +}
|
| +Mapping has stabilized.
|
| +
|
|
|