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

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

Issue 1996443003: Return number of values deleted by IDBObjectStore.delete(range) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete Range Created 4 years, 6 months 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..c22523660ff583ed067f4ab01478d1d9a1a32073 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
@@ -127,10 +127,10 @@ getSuccessDateKey():
PASS event.target.result.x is "foo"
store.delete('key')
removeSuccess():
-PASS event.target.result is undefined
+FAIL event.target.result should be undefined (of type undefined). Was 1 (of type number).
store.delete('key')
removeSuccessButNotThere():
-PASS event.target.result is undefined
+FAIL event.target.result should be undefined (of type undefined). Was 0 (of type number).
store = event.target.source
Passing an invalid key into store.get().
Expecting exception from store.get({})

Powered by Google App Engine
This is Rietveld 408576698