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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/filesystem-delete-file-expected.txt

Issue 2697403003: DevTools: "Delete File" in navigator should actually delete a file (Closed)
Patch Set: address comments Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698