Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt
diff --git a/LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt b/LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt
index db7499c895a56ef2b415ad0e05ac96d18c2de70f..719b823d9c0bbd250ea9417fa6682288726d4180 100644
--- a/LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt
+++ b/LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt
@@ -12,13 +12,13 @@ PASS [Worker] 'result' in request is true
PASS [Worker] Exception was thrown.
PASS [Worker] code is DOMException.INVALID_STATE_ERR
PASS [Worker] ename is 'InvalidStateError'
-[Worker] Exception message: The request has not finished.
+[Worker] Exception message: Failed to read the 'result' property from 'IDBRequest': The request has not finished.
PASS [Worker] 'error' in request is true
[Worker] Expecting exception from request.error
PASS [Worker] Exception was thrown.
PASS [Worker] code is DOMException.INVALID_STATE_ERR
PASS [Worker] ename is 'InvalidStateError'
-[Worker] Exception message: The request has not finished.
+[Worker] Exception message: Failed to read the 'error' property from 'IDBRequest': The request has not finished.
PASS [Worker] 'source' in request is true
PASS [Worker] request.source is null
PASS [Worker] 'transaction' in request is true
« no previous file with comments | « LayoutTests/storage/indexeddb/basics-expected.txt ('k') | LayoutTests/storage/indexeddb/basics-workers-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698