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

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/clone-exception-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/clone-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/clone-exception-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/clone-exception-expected.txt
index 9f4aeb688eeea2d2d8413c9d9884775d8bd2a1ab..5a44c34bba151720b8090392ed0f4f01e1e5e504 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/clone-exception-expected.txt
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/clone-exception-expected.txt
@@ -13,7 +13,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, 0);
PASS Exception was thrown.
PASS code is 25
PASS ename is 'DataCloneError'
-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.
doSecondOpen():
indexedDB.open(dbname + '2')
@@ -23,7 +23,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, 0);
PASS Exception was thrown.
PASS code is 25
PASS ename is 'DataCloneError'
-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.
doThirdOpen():
indexedDB.open(dbname + '3')
@@ -33,7 +33,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, INVALI
PASS Exception was thrown.
PASS code is 25
PASS ename is 'DataCloneError'
-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.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698