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 be08b83e3aeebacded2e21dcb2a5e8b9111f96d1..ad877a9b4ddb3c64b41fe03c8166d716880f76a9 100644 |
--- a/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt |
@@ -26,7 +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. |
+Exception message: Failed to execute 'createObjectStore' on 'IDBDatabase': 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 |