Index: LayoutTests/storage/indexeddb/index-basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/index-basics-expected.txt b/LayoutTests/storage/indexeddb/index-basics-expected.txt |
index f83a6408c86269a71282ec0036a332c3c3d5dd22..382ff46d8837a3bb98855aa9b3920453eda74c3e 100644 |
--- a/LayoutTests/storage/indexeddb/index-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/index-basics-expected.txt |
@@ -14,6 +14,7 @@ db.createObjectStore('storeName', null) |
store.createIndex('indexName', 'x') |
store.createIndex('indexName2', 'y', {unique: false}) |
store.createIndex('zIndex', 'z', {unique: true}) |
+PASS store.createIndex('index4', 'path', undefined) did not throw exception. |
PASS indexObject2.unique is false |
PASS indexObject3.unique is true |
Expecting TypeError exception from store.createIndex('failureIndex', 'zzz', true) |