| 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
|
|
|