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

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

Issue 1047993002: bindings: Add validation for enum Sequence or Array (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt
diff --git a/LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt b/LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt
index f49249df58ad08f9733a40f8e9656f4bea6e18d9..379a19e949f11c62e2c81d78519f5c750e7107b4 100644
--- a/LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt
+++ b/LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt
@@ -13,7 +13,7 @@ objectStore = db.createObjectStore('someObjectStore')
Verify that specifying an invalid direction raises an exception:
Expecting TypeError exception from objectStore.openKeyCursor(0, 'invalid-direction')
PASS Exception was thrown.
-PASS objectStore.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBObjectStore': parameter 2 ('invalid-direction') is not a valid enum value.
+PASS objectStore.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBObjectStore': The provided value 'invalid-direction' is not a valid enum value.
objectStore.add('', testData[nextToAdd])
objectStore.add('', testData[nextToAdd])

Powered by Google App Engine
This is Rietveld 408576698