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

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-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/objectstore-basics-expected.txt
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
index 2994471e70fa446acd077a551243060d4b123152..16fac6ac372793653fb541085482eec20e20bbd1 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
@@ -95,7 +95,7 @@ Try to insert a value not handled by structured clone:
Expecting exception from store.add({x: 'bar', y: self}, 'bar')
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.
Try to insert data where key path yields a Date key:
store.add({x: testDateB, y: 'value'}, 'key')
addSuccess():

Powered by Google App Engine
This is Rietveld 408576698