Index: LayoutTests/storage/indexeddb/get-keyrange-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/get-keyrange-expected.txt b/LayoutTests/storage/indexeddb/get-keyrange-expected.txt |
index 9a7fde43894a54fcbcfa0b4f15b214b2045ac75f..4b93d90829037365b66ab2944f639030d4f00dcd 100644 |
--- a/LayoutTests/storage/indexeddb/get-keyrange-expected.txt |
+++ b/LayoutTests/storage/indexeddb/get-keyrange-expected.txt |
@@ -41,7 +41,7 @@ Expecting exception from objectStore.get(null) |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: No key or key range specified. |
+Exception message: Failed to execute 'get' on 'IDBObjectStore': No key or key range specified. |
runIndexStoreTests() |
index.get(IDBKeyRange.only(3)) |
PASS result.x is 3 |
@@ -63,7 +63,7 @@ Expecting exception from index.get(null) |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: No key or key range specified. |
+Exception message: Failed to execute 'get' on 'IDBIndex': No key or key range specified. |
runIndexKeyTests() |
index.getKey(IDBKeyRange.only(3)) |
PASS result is 3 |
@@ -85,7 +85,7 @@ Expecting exception from index.getKey(null) |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'DataError' |
-Exception message: No key or key range specified. |
+Exception message: Failed to execute 'getKey' on 'IDBIndex': No key or key range specified. |
finishJSTest() |
PASS successfullyParsed is true |