Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/filesystem-delete-file-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/filesystem-delete-file-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/filesystem-delete-file-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d641e296149bb25834e2a0ba914548fa207e2ead |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/filesystem-delete-file-expected.txt |
| @@ -0,0 +1,11 @@ |
| +Verifies that uiSourceCode.delete actually deltes file from IsolatedFileSystem. |
| + |
| +BEFORE: |
| +file:///var/www |
| + script.js |
| + bar.js |
| + |
| +AFTER: |
| +file:///var/www |
| + bar.js |
| + |