Question

I'm looking to write a comprehensive test-suite, to test a set of parsing and processing libraries against the HTML5 standard.

Where can I find an authoritative, comprehensive, suite of tests, which cover the majority of the HTML5 standard?

I've been searching for rendering tests in particular, but any kind of tests will do - as long as they include a set of html source code which exercises most, if not all, of the standard.

Was it helpful?

Solution

The official web platform test suite is on GitHub. Be warned that it's not yet finished, one of the requirements for HTML5 moving from Proposed Recommendation to Recommendation is to complete the test suite so that at least two interoperable implementations can be identified. Details of how to submit new tests are available on the wiki.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top