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

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-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
« no previous file with comments | « third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
index e4753626cfa2f0ad93bced4797acf5813f332918..b4c1bdf183ef593868dc1dd6e645b5c785925a84 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
@@ -128,10 +128,10 @@ PASS [Worker] event.target.result.y is "value"
PASS [Worker] event.target.result.x is "foo"
[Worker] store.delete('key')
[Worker] removeSuccess():
-FAIL [Worker] event.target.result should be undefined (of type undefined). Was 1 (of type number).
+PASS [Worker] event.target.result is undefined
[Worker] store.delete('key')
[Worker] removeSuccessButNotThere():
-FAIL [Worker] event.target.result should be undefined (of type undefined). Was 0 (of type number).
+PASS [Worker] event.target.result is undefined
[Worker] store = event.target.source
[Worker] Passing an invalid key into store.get().
[Worker] Expecting exception from store.get({})
« no previous file with comments | « third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698