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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests refreshing the database information and data views.
2
3 Dumping IndexedDB tree:
4 (empty)
5 Created database.
6 Dumping IndexedDB tree:
7 database: testDatabase - http://127.0.0.1:8000
8 (no object stores)
9 Created first objectstore.
10 Dumping IndexedDB tree:
11 database: testDatabase - http://127.0.0.1:8000
12 Object store: testObjectStore1
13 Index: testIndex
14 Created second objectstore.
15 Dumping IndexedDB tree:
16 database: testDatabase - http://127.0.0.1:8000
17 Object store: testObjectStore1
18 Index: testIndex
19 Object store: testObjectStore2
20 Index: testIndex
21 Added testObjectStore1 entry.
22 Dumping ObjectStore data:
23 Object store: testObjectStore1
24 (no entries)
25 Object store: testObjectStore2
26 (no entries)
27 Refreshed database.
28 Dumping ObjectStore data:
29 Object store: testObjectStore1
30 Key = testKey, value = [object Object]
31 Object store: testObjectStore2
32 (no entries)
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698