Re: CSS 2.1 Test Suite harness

On Sep 29, 2010, at 7:38 PM, Boris Zbarsky wrote:

> On Wed, Sep 29, 2010 at 1:15 PM, Simon Fraser <smfr@me.com> wrote:
>> This harness is local-only, but uses a client-side (Web SQL) database to store results
> 
> That's only implemented in Webkit and Presto, with no plans to implement anywhere else, right?  Any chance of using something more widely supported (e.g. localStorage or the like)?

It shouldn't be hard to use IndexedDB in the harness. I think you'd run against the localStorage size limits if you tried using that.

I'm taking patches  ;)

Simon

Received on Thursday, 30 September 2010 05:53:28 UTC