Original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_cursor_mutation.html?raw=1 This is a test case *adapted* from a test in Mozilla's IndexedDB test suite. The original test checked cursor mutation while iterating an index cursor (tracked as bug 59822). This test checks whether the cursor mutation is successfully recognized while iterating a straight objectstore cursor. Specifically, it deletes a record that's already been iterated, then adds a record to the objectstore during iteration, then checks that no records were skipped and that the added record is eventually found during iteration. WebKit passes this test.
Created attachment 91921 [details] Patch
Comment on attachment 91921 [details] Patch Can you include the adaptations mentioned in comment 0 in the ChangeLog or in the test desctipion()?
Created attachment 91974 [details] Patch
Updated test description and ChangeLog.
Comment on attachment 91974 [details] Patch Clearing flags on attachment: 91974 Committed r85553: <http://trac.webkit.org/changeset/85553>
All reviewed patches have been landed. Closing bug.
The commit-queue encountered the following flaky tests while processing attachment 91974 [details]: http/tests/xmlhttprequest/cross-origin-no-authorization.html bug 33357 (author: ap@webkit.org) The commit-queue is continuing to process your patch.