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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-refresh-view-expected.txt

Issue 2914293002: [IndexedDB] [DevTools] Right-click 'Refresh' on database now updates object store view, also fixed … (Closed)
Patch Set: Using await instead Created 3 years, 6 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/indexeddb/database-refresh-view-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-refresh-view-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-refresh-view-expected.txt
index f374ce0c60a3a754026c4aeb0df58a300d9cfa89..0f281a59753a644f43a94c312a6e09ccb28e066f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-refresh-view-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-refresh-view-expected.txt
@@ -24,10 +24,22 @@ Dumping ObjectStore data:
(no entries)
Object store: testObjectStore2
(no entries)
-Refreshed database.
+Refreshed database view.
Dumping ObjectStore data:
Object store: testObjectStore1
Key = testKey, value = [object Object]
Object store: testObjectStore2
(no entries)
+Added testObjectStore2 entry.
+Dumping ObjectStore data:
+ Object store: testObjectStore1
+ Key = testKey, value = [object Object]
+ Object store: testObjectStore2
+ (no entries)
+Right-click refreshed database.
+Dumping ObjectStore data:
+ Object store: testObjectStore1
+ Key = testKey, value = [object Object]
+ Object store: testObjectStore2
+ Key = testKey2, value = [object Object]

Powered by Google App Engine
This is Rietveld 408576698