tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / storage / indexeddb / open-cursor-expected.txt
index c7d3052..3a9e202 100755 (executable)
@@ -19,8 +19,8 @@ PASS event.target.result.direction is 0
 PASS event.target.result.key is 'myKey'
 PASS event.target.result.value is 'myValue'
 
-Passing an invalid key into .continue().
-PASS Caught exception: Error: TYPE_MISMATCH_ERR: DOM Exception 17
+Passing an invalid key into .continue({}).
+PASS Caught exception: Error: DATA_ERR: DOM IDBDatabase Exception 5
 
 Opening an empty cursor.
 objectStore.openCursor(keyRange)