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

Unified Diff: LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-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/mozilla/create-objectstore-basics-expected.txt
diff --git a/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt b/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt
index be08b83e3aeebacded2e21dcb2a5e8b9111f96d1..ad877a9b4ddb3c64b41fe03c8166d716880f76a9 100644
--- a/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt
+++ b/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt
@@ -26,7 +26,7 @@ PASS event.target.transaction.mode is "versionchange"
Expecting exception from objectStore = db.createObjectStore(info.name, info.options)
PASS Exception was thrown.
PASS code is DOMException.INVALID_ACCESS_ERR
-Exception message: The autoIncrement option was set but the keyPath option was empty or an array.
+Exception message: Failed to execute 'createObjectStore' on 'IDBDatabase': The autoIncrement option was set but the keyPath option was empty or an array.
objectStore = db.createObjectStore(info.name, info.options);
PASS objectStore.name is info.name
PASS objectStore.indexNames.length is 0

Powered by Google App Engine
This is Rietveld 408576698