Index: LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt b/LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt |
index 9117507cc81e2371bd46304cac53437cb55015b1..d9fba44c2c32a3a2686f9a13e466a58c4c5d138c 100644 |
--- a/LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt |
+++ b/LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt |
@@ -13,7 +13,7 @@ Expecting exception from objectStore.put({}, null); |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: The parameter is not a valid key. |
+Exception message: Failed to execute 'put' on 'IDBObjectStore': The parameter is not a valid key. |
PASS successfullyParsed is true |
TEST COMPLETE |