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