--- /home/clopez/webkit/webkit/layout-test-results/storage/indexeddb/removed-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/storage/indexeddb/removed-actual.txt @@ -5,14 +5,14 @@ indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB; -dbname = "removed.html" PASS self.webkitIDBDatabaseError is undefined. PASS 'IDBDatabaseException' in self is false PASS 'errorCode' in indexedDB.open(dbname) is false PASS 'setVersion' in IDBDatabase.prototype is false PASS document.createEvent('IDBUpgradeNeededEvent') threw exception NotSupportedError (DOM Exception 9): The operation is not supported.. -PASS 'version' in document.createEvent('IDBVersionChangeEvent') is false +FAIL 'version' in document.createEvent('IDBVersionChangeEvent') should be false. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE