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

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: Changed to use refreshDatabase() function instead of event listener, created database structure in … 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..17fe3dd209b96842645b17f93d0d51dbe153f748
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-refresh-view-expected.txt
@@ -0,0 +1,18 @@
+CONSOLE MESSAGE: line 112: InspectorTest.IndexedDB_callback1
+Tests refreshing the database information and data views.
+
+Created database view.
+Created data view.
+
+Current ObjectStore view:
+ (no entries)
+
+Added objectstore entry.
+
+Current ObjectStore view:
+ (no entries)
+
+Refreshed database view.
+
+Current ObjectStore view:
+ Key = testKey, value = testValue

Powered by Google App Engine
This is Rietveld 408576698