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

Unified Diff: LayoutTests/storage/indexeddb/objectstore-count-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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: LayoutTests/storage/indexeddb/objectstore-count-expected.txt
diff --git a/LayoutTests/storage/indexeddb/objectstore-count-expected.txt b/LayoutTests/storage/indexeddb/objectstore-count-expected.txt
index 03f987bffd616e5fb9c6d68edb11d30349a1d3f4..2c3f40a16f0c20f1ec4ffaf42dd0519283de9836 100644
--- a/LayoutTests/storage/indexeddb/objectstore-count-expected.txt
+++ b/LayoutTests/storage/indexeddb/objectstore-count-expected.txt
@@ -80,17 +80,17 @@ Expecting exception from store.count(NaN)
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: The parameter is not a valid key.
+Exception message: Failed to execute 'count' on 'IDBObjectStore': The parameter is not a valid key.
Expecting exception from store.count({})
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: The parameter is not a valid key.
+Exception message: Failed to execute 'count' on 'IDBObjectStore': The parameter is not a valid key.
Expecting exception from store.count(/regex/)
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: The parameter is not a valid key.
+Exception message: Failed to execute 'count' on 'IDBObjectStore': The parameter is not a valid key.
test = {"key":0,"expected":1}
request = store.count(test.key)

Powered by Google App Engine
This is Rietveld 408576698