CSS 2.1 Test Suite harness

I've been working on a test suite harness for the 2.1 test suite, in order to make running the tests faster.

This harness is local-only, but uses a client-side (Web SQL) database to store results, so you can come back to the harness later and not lose results. Note that it assumes the tests are local, so cannot be used to run the tests that require http.

The suite is in WebKit SVN here:
<http://trac.webkit.org/browser/trunk/WebKitTools/CSSTestSuiteHarness>

Here are instructions for getting the WebKit code:
<http://webkit.org/building/checkout.html>

You should just be able to checkout the WebKitTools/CSSTestSuiteHarness directory.

The harness is work-in-progress, and has only been tested in Safari. Fixes/comments/suggestions welcome.

Simon

Received on Wednesday, 29 September 2010 21:17:14 UTC