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

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

Issue 2537233003: DevTools: [Persistence] sync working copies of UISourceCodes (Closed)
Patch Set: address comments 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 56f00f208112fae1a9b66c83977ed697f53d7e99..1e5de22b75ca5ba11bcc67f994370e384cf495e1 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
@@ -10,11 +10,19 @@ Binding created: {
exactMatch: false
}
-Running: changeFileSystem
+Running: addFileSystemRevision
network code: 'window.foo3 = 3;'
fileSystem code: 'window.foo3 = 3;'
-Running: changeNetworkUISourceCode
+Running: addFileSystemWorkingCopy
+network code: 'window.foo4 = 4;'
+fileSystem code: 'window.foo4 = 4;'
+
+Running: setNetworkRevision
network code: 'window.foo2 = 2;'
fileSystem code: 'window.foo2 = 2;'
+Running: setNetworkWorkingCopy
+network code: 'window.foo5 = 5;'
+fileSystem code: 'window.foo5 = 5;'
+

Powered by Google App Engine
This is Rietveld 408576698