blob: 5ccaa3232dabef88bd46332915fe46276183af68 [file] [log] [blame]
drousso@apple.comddcb5082020-04-10 21:10:11 +00001CONSOLE MESSAGE: Created Database 'CompleteDatabase'
2CONSOLE MESSAGE: Created Database 'EmptyDatabase'
joepeck@webkit.org005115d2016-08-26 20:59:09 +00003
4== Running test suite: IndexedDB.clearObjectStore
5-- Running test case: ClearDatabases
6-- Running test case: CreateDatabaseAndClearObjectStore
7PASS: 'Empty' object store should always be empty.
8PASS: 'Reviewers' object store should start with 4 entries.
9PASS: 'Stats' object store should start with 4 entries.
10PASS: 'Empty' object store should always be empty.
11PASS: 'Reviewers' object store should have been cleared.
12PASS: 'Stats' object store remain unchanged with 4 entries.
13PASS: 'Empty' object store should always be empty.
14PASS: 'Reviewers' object store should have been cleared.
15PASS: 'Stats' object store should have been cleared.
16
17-- Running test case: NoSuchObjectStore
18PASS: Should be an error attempting to clear an object store that does not exist.
19