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

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

Issue 19107003: IndexedDB: Log exception messages (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months 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-workers-expected.txt
diff --git a/LayoutTests/storage/indexeddb/basics-workers-expected.txt b/LayoutTests/storage/indexeddb/basics-workers-expected.txt
index 72f57a192fd59e4b3aa0bb8dd3b039b8d0ece98d..db7499c895a56ef2b415ad0e05ac96d18c2de70f 100644
--- a/LayoutTests/storage/indexeddb/basics-workers-expected.txt
+++ b/LayoutTests/storage/indexeddb/basics-workers-expected.txt
@@ -12,11 +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.
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.
PASS [Worker] 'source' in request is true
PASS [Worker] request.source is null
PASS [Worker] 'transaction' in request is true

Powered by Google App Engine
This is Rietveld 408576698