| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-rename-mapped-file-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-rename-mapped-file-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-rename-mapped-file-expected.txt
|
| index 422740c741577ba54cb42684eb14883b89cb1935..21656647ca56ca39deec9a4976134b23e364c7f6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-rename-mapped-file-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-rename-mapped-file-expected.txt
|
| @@ -3,10 +3,12 @@ Verify that binding gets removed as the fileSystem file gets renamed.
|
| Binding created: {
|
| network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js
|
| fileSystem: file:///var/www/inspector/persistence/resources/foo.js
|
| + exactMatch: false
|
| }
|
| Renaming foo.js -> bar.js
|
| Binding successfully removed: {
|
| network: http://127.0.0.1:8000/inspector/persistence/resources/foo.js
|
| fileSystem: file:///var/www/inspector/persistence/resources/bar.js
|
| + exactMatch: false
|
| }
|
|
|
|
|