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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Verifies that uiSourceCode.delete actually deltes file from IsolatedFileSystem.
2
3 BEFORE:
4 file:///var/www
5 script.js
6 bar.js
7
8 AFTER:
9 file:///var/www
10 bar.js
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698