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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..422740c741577ba54cb42684eb14883b89cb1935 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-rename-mapped-file-expected.txt |
@@ -0,0 +1,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 |
+} |
+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 |
+} |
+ |