Modern IDB: storage/indexeddb/cursor-continue-validity.html fails It goes through a long series of mutations to an index while iterating the index with an index cursor. In the good case, while on the last cursor record, it updates the object store record such that there should be an additional index record that the cursor should advance to. In the bad case, the update happens but the index cursor doesn't realize there's a new "last record" and claims to be finished.
Created attachment 270499 [details] Patch v1
Comment on attachment 270499 [details] Patch v1 Clearing flags on attachment: 270499 Committed r196025: <http://trac.webkit.org/changeset/196025>
All reviewed patches have been landed. Closing bug.