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

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

Issue 2433223002: Indexed DB: Remove experimental delete-returns-count change (Closed)
Patch Set: Created 4 years, 2 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 c22523660ff583ed067f4ab01478d1d9a1a32073..2994471e70fa446acd077a551243060d4b123152 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():
-FAIL event.target.result should be undefined (of type undefined). Was 1 (of type number).
+PASS event.target.result is undefined
store.delete('key')
removeSuccessButNotThere():
-FAIL event.target.result should be undefined (of type undefined). Was 0 (of type number).
+PASS event.target.result is undefined
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