Original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_cursors.html?force=1 This is a port of a test from Mozilla's IndexedDB test suite. It creates an object store with a few records and exercises a variety of cursors going forward, backward, and over key ranges. It also updates records from the cursor and checks that the update stuck. WebKit passes this test.
Created attachment 93510 [details] Patch
Comment on attachment 93510 [details] Patch Clearing flags on attachment: 93510 Committed r86579: <http://trac.webkit.org/changeset/86579>
All reviewed patches have been landed. Closing bug.