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 |