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

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

Issue 2902673003: Added a refresh database button on the IndexedDB view. (Closed)
Patch Set: Fixing trybot failures, wrong security origin in test expected file. Created 3 years, 7 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
new file mode 100644
index 0000000000000000000000000000000000000000..f374ce0c60a3a754026c4aeb0df58a300d9cfa89
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-refresh-view-expected.txt
@@ -0,0 +1,33 @@
+Tests refreshing the database information and data views.
+
+Dumping IndexedDB tree:
+ (empty)
+Created database.
+Dumping IndexedDB tree:
+ database: testDatabase - http://127.0.0.1:8000
+ (no object stores)
+Created first objectstore.
+Dumping IndexedDB tree:
+ database: testDatabase - http://127.0.0.1:8000
+ Object store: testObjectStore1
+ Index: testIndex
+Created second objectstore.
+Dumping IndexedDB tree:
+ database: testDatabase - http://127.0.0.1:8000
+ Object store: testObjectStore1
+ Index: testIndex
+ Object store: testObjectStore2
+ Index: testIndex
+Added testObjectStore1 entry.
+Dumping ObjectStore data:
+ Object store: testObjectStore1
+ (no entries)
+ Object store: testObjectStore2
+ (no entries)
+Refreshed database.
+Dumping ObjectStore data:
+ Object store: testObjectStore1
+ Key = testKey, value = [object Object]
+ Object store: testObjectStore2
+ (no entries)
+

Powered by Google App Engine
This is Rietveld 408576698