Original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_remove_objectStore.html?force=1 This is a port of a test from Mozilla's IndexedDB test suite. It creates an objectstore, populates it with 100 records, deletes the objectstore, and checks that the objectStoreNames array is updated properly at each step. WebKit passes this test.
Created attachment 93448 [details] Patch
Comment on attachment 93448 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=93448&action=review unofficial r+ > LayoutTests/storage/indexeddb/mozilla/remove-objectstore.html:89 > + shouldBe("event.target.result", "null"); Is the result of opening the cursor null because nothing is in the objectStore or because you didn't seek to anything (which would also return null in this case)?
Because nothing is in the object store.
Comment on attachment 93448 [details] Patch Clearing flags on attachment: 93448 Committed r86466: <http://trac.webkit.org/changeset/86466>
All reviewed patches have been landed. Closing bug.