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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt

Issue 2578823002: DevTools: [Persistence] sync resetting of working copy (Closed)
Patch Set: Created 4 years 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/persistence-sync-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt
index 1e5de22b75ca5ba11bcc67f994370e384cf495e1..65a221aa1254e4f11a2a91574b16495561ab5fdb 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt
@@ -18,6 +18,10 @@ Running: addFileSystemWorkingCopy
network code: 'window.foo4 = 4;'
fileSystem code: 'window.foo4 = 4;'
+Running: resetFileSystemWorkingCopy
+network code: 'window.foo3 = 3;'
+fileSystem code: 'window.foo3 = 3;'
+
Running: setNetworkRevision
network code: 'window.foo2 = 2;'
fileSystem code: 'window.foo2 = 2;'

Powered by Google App Engine
This is Rietveld 408576698