Bug 60069 - Port Mozilla's IndexedDB tests: readyState
Summary: Port Mozilla's IndexedDB tests: readyState
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-03 15:02 PDT by Mark Pilgrim (Google)
Modified: 2011-05-04 06:14 PDT (History)
6 users (show)

See Also:


Attachments
Patch (5.91 KB, patch)
2011-05-03 15:08 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pilgrim (Google) 2011-05-03 15:02:45 PDT
Original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_request_readyState.html?force=1

This is a port of a test from Mozilla's IndexedDB test suite. It checks the value of the request.readyState property during and after opening a database, setting the version, creating a datastore, adding a record, and retrieving a record.

WebKit passes this test.
Comment 1 Mark Pilgrim (Google) 2011-05-03 15:08:20 PDT
Created attachment 92142 [details]
Patch
Comment 2 WebKit Commit Bot 2011-05-04 06:14:32 PDT
Comment on attachment 92142 [details]
Patch

Clearing flags on attachment: 92142

Committed r85739: <http://trac.webkit.org/changeset/85739>
Comment 3 WebKit Commit Bot 2011-05-04 06:14:38 PDT
All reviewed patches have been landed.  Closing bug.