/home/clopez/webkit/webkit/layout-test-results/storage/indexeddb/events-actual.txt

66indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
77
88PASS 'IDBVersionChangeEvent' in self is true
9 PASS 'oldVersion' in document.createEvent('IDBVersionChangeEvent') is true
10 PASS 'newVersion' in document.createEvent('IDBVersionChangeEvent') is true
 9FAIL 'oldVersion' in document.createEvent('IDBVersionChangeEvent') should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported.
 10FAIL 'newVersion' in document.createEvent('IDBVersionChangeEvent') should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported.
1111PASS successfullyParsed is true
 12Some tests failed.
1213
1314TEST COMPLETE
1415