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

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/exceptions-expected.txt

Issue 2517813002: Enable V8BasedStructuredClone by default. (Closed)
Patch Set: . Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/storage/indexeddb/exceptions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/exceptions-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/exceptions-expected.txt
index 7467afb2e64c2b47642a4796e3967d1d6ad82377..a40c20a1e5d67a0d8379fc8bd4cc0c3591492c74 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/exceptions-expected.txt
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/exceptions-expected.txt
@@ -162,7 +162,7 @@ The data being stored could not be cloned by the internal structured cloning alg
Expecting exception from store.add(self, 0)
PASS Exception was thrown.
PASS code is DOMException.DATA_CLONE_ERR
-Exception message: Failed to execute 'add' on 'IDBObjectStore': An object could not be cloned.
+Exception message: Failed to execute 'add' on 'IDBObjectStore': #<Window> could not be cloned.
IDBObjectStore.clear()
This method throws a DOMException of type ReadOnlyError if the transaction which this IDBObjectStore belongs to is has its mode set to "readonly".
@@ -321,7 +321,7 @@ The data being stored could not be cloned by the internal structured cloning alg
Expecting exception from store.put(self, 0)
PASS Exception was thrown.
PASS code is DOMException.DATA_CLONE_ERR
-Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
+Exception message: Failed to execute 'put' on 'IDBObjectStore': #<Window> could not be cloned.
db.close()
ro_transaction.oncomplete = transactionComplete
rw_transaction.oncomplete = transactionComplete
@@ -581,7 +581,7 @@ If the structured clone algorithm throws an exception, that exception is rethrow
Expecting exception from cursor.update(self)
PASS Exception was thrown.
PASS code is DOMException.DATA_CLONE_ERR
-Exception message: Failed to execute 'update' on 'IDBCursor': An object could not be cloned.
+Exception message: Failed to execute 'update' on 'IDBCursor': #<Window> could not be cloned.
The transaction this IDBCursor belongs to is not active.
Expecting exception from cursorFromInactiveTransaction.update({})
PASS Exception was thrown.

Powered by Google App Engine
This is Rietveld 408576698