Index: LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt b/LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt |
index 443d34e4218c0c7df603a63904dfdab0e90c8e9f..e9bedbd7d983f7e031e9065e91e35bb520732afd 100644 |
--- a/LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt |
+++ b/LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt |
@@ -13,7 +13,7 @@ Expecting exception from objectStore.put({}); |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: The object store uses out-of-line keys and has no key generator and the key parameter was not provided. |
+Exception message: Failed to execute 'put' on 'IDBObjectStore': The object store uses out-of-line keys and has no key generator and the key parameter was not provided. |
PASS successfullyParsed is true |
TEST COMPLETE |