Index: LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt b/LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt |
index f254f415fecf9e0020f9b7860eb12a1be4c65dbd..c196ebbf536d6de52cd1278e4981e48bb4f54513 100644 |
--- a/LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt |
+++ b/LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt |
@@ -13,7 +13,7 @@ Expecting exception from objectStore.add({id: 5}, 5); |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: The object store uses in-line keys and the key parameter was provided. |
+Exception message: Failed to execute 'add' on 'IDBObjectStore': The object store uses in-line keys and the key parameter was provided. |
PASS successfullyParsed is true |
TEST COMPLETE |