Index: LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt b/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt |
index 02368201c41d77d2c82905a8505fff1078216f21..be08b83e3aeebacded2e21dcb2a5e8b9111f96d1 100644 |
--- a/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt |
@@ -26,6 +26,7 @@ PASS event.target.transaction.mode is "versionchange" |
Expecting exception from objectStore = db.createObjectStore(info.name, info.options) |
PASS Exception was thrown. |
PASS code is DOMException.INVALID_ACCESS_ERR |
+Exception message: The autoIncrement option was set but the keyPath option was empty or an array. |
objectStore = db.createObjectStore(info.name, info.options); |
PASS objectStore.name is info.name |
PASS objectStore.indexNames.length is 0 |