Bug 71491 - IndexedDB: Add layout tests that validate persistence
Summary: IndexedDB: Add layout tests that validate persistence
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 83074
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-03 11:38 PDT by Joshua Bell
Modified: 2013-04-11 09:09 PDT (History)
2 users (show)

See Also:


Attachments
persistence test that should work but doesn't (2.15 KB, text/html)
2011-11-03 11:38 PDT, Joshua Bell
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Bell 2011-11-03 11:38:17 PDT
Created attachment 113531 [details]
persistence test that should work but doesn't

e.g. see https://bugs.webkit.org/show_bug.cgi?id=71313 and attached test which doesn't quite work.
Comment 1 Joshua Bell 2012-06-12 14:44:41 PDT
https://bugs.webkit.org/show_bug.cgi?id=83074 enables this - once all connections are closed the backing store is actually released.

That patch includes a basic persistence test for one issue discovered during implementation, but it can be the basis of this TODO item.