[Webkit-unassigned] [Bug 58465] IndexedDB createObjectStore should throw if name is null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 19:33:56 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58465





--- Comment #5 from David Grogan <dgrogan at chromium.org>  2011-04-27 19:33:57 PST ---
(From update of attachment 91410)
View in context: https://bugs.webkit.org/attachment.cgi?id=91410&action=review

r+

> LayoutTests/storage/indexeddb/mozilla/create-objectstore-null-name.html:51
> +    evalAndExpectException("db.createObjectStore(null);", "IDBDatabaseException.CONSTRAINT_ERR");

It looks like the specific exception isn't dictated.  I'm assuming firefox throws CONSTRAINT_ERR?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list