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

Unified Diff: LayoutTests/storage/indexeddb/index-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/index-count-expected.txt
diff --git a/LayoutTests/storage/indexeddb/index-count-expected.txt b/LayoutTests/storage/indexeddb/index-count-expected.txt
index 691088b2055d9e801747744e28e834011d50250d..f1916d628fc312e9d3f3e5a03cd43f14439c5090 100644
--- a/LayoutTests/storage/indexeddb/index-count-expected.txt
+++ b/LayoutTests/storage/indexeddb/index-count-expected.txt
@@ -88,17 +88,17 @@ Expecting exception from index.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 'IDBIndex': The parameter is not a valid key.
Expecting exception from index.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 'IDBIndex': The parameter is not a valid key.
Expecting exception from index.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 'IDBIndex': The parameter is not a valid key.
test = {"key":0,"expected":1}
request = index.count(test.key)

Powered by Google App Engine
This is Rietveld 408576698