--- /home/clopez/webkit/webkit/layout-test-results/storage/indexeddb/events-private-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/storage/indexeddb/events-private-actual.txt @@ -6,9 +6,10 @@ indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB; PASS 'IDBVersionChangeEvent' in self is true -PASS 'oldVersion' in document.createEvent('IDBVersionChangeEvent') is true -PASS 'newVersion' in document.createEvent('IDBVersionChangeEvent') is true +FAIL 'oldVersion' in document.createEvent('IDBVersionChangeEvent') should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported. +FAIL 'newVersion' in document.createEvent('IDBVersionChangeEvent') should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE