RESOLVED FIXED 62468
IndexedDB test: complex keyPaths
https://bugs.webkit.org/show_bug.cgi?id=62468
Summary IndexedDB test: complex keyPaths
Mark Pilgrim (Google)
Reported 2011-06-10 12:50:49 PDT
This test creates a series of object stores with increasingly complex keyPaths, adds values that conform to those keyPaths, then opens a cursor and checks that the key was properly extracted from the keyPath. NOTE: this test includes some variations of keyPath that are supported by WebKit but not supported by spec text (specifically using positional array indexes as well as object name identifiers). Support for positional indexes is under discussion on public-webapps. WebKit passes this test.
Attachments
Patch (7.83 KB, patch)
2011-06-10 12:54 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-06-10 12:54:31 PDT
David Grogan
Comment 2 2011-06-10 17:23:53 PDT
Comment on attachment 96772 [details] Patch LGTM
Gyuyoung Kim
Comment 3 2011-06-13 02:48:52 PDT
Tony Chang
Comment 4 2011-06-13 10:38:26 PDT
Comment on attachment 96772 [details] Patch The efl bot error seems unrelated since it's not linking properly and this is just a new layout test.
WebKit Review Bot
Comment 5 2011-06-13 11:53:42 PDT
Comment on attachment 96772 [details] Patch Clearing flags on attachment: 96772 Committed r88665: <http://trac.webkit.org/changeset/88665>
WebKit Review Bot
Comment 6 2011-06-13 11:53:46 PDT
All reviewed patches have been landed. Closing bug.
Mark Pilgrim (Google)
Comment 7 2011-06-13 14:26:55 PDT
Thanks Tony.
Note You need to log in before you can comment on or make changes to this bug.