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

Unified Diff: LayoutTests/storage/indexeddb/transaction-complete-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/transaction-complete-workers-expected.txt
diff --git a/LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt b/LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt
index eae211769694f6f8608adabae49509c16e0e9c17..91fda646679aea248d09de30529b714c47c8796a 100644
--- a/LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt
+++ b/LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt
@@ -21,7 +21,7 @@ PASS [Worker] Transaction completed
PASS [Worker] Exception was thrown.
PASS [Worker] code is 0
PASS [Worker] ename is 'TransactionInactiveError'
-[Worker] Exception message: The transaction has finished.
+[Worker] Exception message: Failed to execute 'get' on 'IDBObjectStore': The transaction has finished.
[Worker]
[Worker] recursionTest():
[Worker] transaction = db.transaction('store')
@@ -51,7 +51,7 @@ PASS [Worker] transaction completed
PASS [Worker] Exception was thrown.
PASS [Worker] code is 0
PASS [Worker] ename is 'TransactionInactiveError'
-[Worker] Exception message: The transaction has finished.
+[Worker] Exception message: Failed to execute 'get' on 'IDBObjectStore': The transaction has finished.
[Worker]
[Worker] trying a timeout callback:
[Worker] setTimeout(timeoutTest, 0)
@@ -64,7 +64,7 @@ PASS [Worker] transaction started in setTimeout() callback completed
PASS [Worker] Exception was thrown.
PASS [Worker] code is 0
PASS [Worker] ename is 'TransactionInactiveError'
-[Worker] Exception message: The transaction has finished.
+[Worker] Exception message: Failed to execute 'get' on 'IDBObjectStore': The transaction has finished.
[Worker]
[Worker] errorTest():
[Worker] self.old_onerror = self.onerror
@@ -81,7 +81,7 @@ PASS [Worker] Transaction completed
PASS [Worker] Exception was thrown.
PASS [Worker] code is 0
PASS [Worker] ename is 'TransactionInactiveError'
-[Worker] Exception message: The transaction has finished.
+[Worker] Exception message: Failed to execute 'get' on 'IDBObjectStore': The transaction has finished.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698