Index: LayoutTests/storage/indexeddb/basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/basics-expected.txt b/LayoutTests/storage/indexeddb/basics-expected.txt |
index 32cd36952d54ab221ff954ed2d7df7ebd04016b3..bf9efb829f13edfc180a701c81df6635911716fc 100644 |
--- a/LayoutTests/storage/indexeddb/basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/basics-expected.txt |
@@ -11,13 +11,13 @@ Expecting exception from request.result |
PASS Exception was thrown. |
PASS code is DOMException.INVALID_STATE_ERR |
PASS ename is 'InvalidStateError' |
-Exception message: The request has not finished. |
+Exception message: Failed to read the 'result' property from 'IDBRequest': The request has not finished. |
PASS 'error' in request is true |
Expecting exception from request.error |
PASS Exception was thrown. |
PASS code is DOMException.INVALID_STATE_ERR |
PASS ename is 'InvalidStateError' |
-Exception message: The request has not finished. |
+Exception message: Failed to read the 'error' property from 'IDBRequest': The request has not finished. |
PASS 'source' in request is true |
PASS request.source is null |
PASS 'transaction' in request is true |