Index: LayoutTests/storage/indexeddb/basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/basics-expected.txt b/LayoutTests/storage/indexeddb/basics-expected.txt |
index b632b231874aa45d1a9063477336bba744ac91f6..32cd36952d54ab221ff954ed2d7df7ebd04016b3 100644 |
--- a/LayoutTests/storage/indexeddb/basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/basics-expected.txt |
@@ -11,11 +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. |
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. |
PASS 'source' in request is true |
PASS request.source is null |
PASS 'transaction' in request is true |