/home/clopez/webkit/webkit/layout-test-results/inspector/indexeddb/requestDatabase-actual.txt

1 CONSOLE MESSAGE: line 9: Created Database 'EmptyDatabase'
2 CONSOLE MESSAGE: line 19: Created Database 'CompleteDatabase'
 1FAIL: Timed out waiting for notifyDone to be called
32
4 == Running test suite: IndexedDB.requestDatabase
5 -- Running test case: ClearDatabases
6 -- Running test case: CreateAndRequestEmptyDatabase
7 PASS: Database name should be 'EmptyDatabase'.
8 PASS: Database version should be 123.
9 PASS: Database should not have any object stores.
10 
11 -- Running test case: CreateAndRequestDatabaseWithStores
12 PASS: Database name should be 'EmptyDatabase'.
13 PASS: Database version should be 456.
14 PASS: Database should have 3 object stores.
15 PASS: Object store should have name 'Empty'.
16 PASS: Object store keypath is null.
17 PASS: Object store should not autoIncrement.
18 PASS: Object store should have no indexes.
19 PASS: Object store should have name 'Reviewers'.
20 PASS: Object store keypath is null.
21 PASS: Object store should autoIncrement.
22 PASS: Object store should have 2 indexes.
23 INDEX: {"name":"Name Index","keyPath":{"type":"string","string":"name"},"unique":false,"multiEntry":false}
24 INDEX: {"name":"Email Index","keyPath":{"type":"string","string":"email"},"unique":true,"multiEntry":false}
25 PASS: Object store should have name 'Stats'.
26 PASS: Object store keypath is string type.
27 PASS: Object store keypath is 'name''.
28 PASS: Object store should not autoIncrement.
29 PASS: Object store should have 2 indexes.
30 INDEX: {"name":"Directory Name Index","keyPath":{"type":"string","string":"name"},"unique":true,"multiEntry":false}
31 INDEX: {"name":"File Count Index","keyPath":{"type":"string","string":"count"},"unique":false,"multiEntry":false}
32