summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/index-basics-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/index-basics-expected.txt')
-rw-r--r--LayoutTests/storage/indexeddb/index-basics-expected.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LayoutTests/storage/indexeddb/index-basics-expected.txt b/LayoutTests/storage/indexeddb/index-basics-expected.txt
index 099dde3..d18a09a 100644
--- a/LayoutTests/storage/indexeddb/index-basics-expected.txt
+++ b/LayoutTests/storage/indexeddb/index-basics-expected.txt
@@ -183,6 +183,7 @@ PASS 'readyState' in event.target is true
PASS event.target.readyState is event.target.DONE
PASS event.code is webkitIDBDatabaseException.NOT_FOUND_ERR
+event.preventDefault()
indexObject.get('does not exist')
PASS 'onsuccess' in result is true
PASS 'onerror' in result is true
@@ -201,6 +202,7 @@ PASS 'readyState' in event.target is true
PASS event.target.readyState is event.target.DONE
PASS event.code is webkitIDBDatabaseException.NOT_FOUND_ERR
+event.preventDefault()
indexObject.openKeyCursor()
PASS 'onsuccess' in result is true
PASS 'onerror' in result is true