Index: LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt b/LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt |
index 2f7814c3377dbbef8efc490f3f01bae386045600..d67ff3958f48cc9f1cbb9881f8f0953332b7443b 100644 |
--- a/LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt |
+++ b/LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt |
@@ -14,7 +14,7 @@ Expecting exception from request = objectStore.add({}); |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: Evaluating the object store's key path did not yield a value. |
+Exception message: Failed to execute 'add' on 'IDBObjectStore': Evaluating the object store's key path did not yield a value. |
PASS successfullyParsed is true |
TEST COMPLETE |