Where can I find an authoritative test suite for the HTML5 standard?

I want to write a comprehensive test package to test the set of parsing and processing libraries according to the HTML5 standard.

Where can I find an authoritative, comprehensive test suite that covers most HTML5 standards?

I was looking for rendering tests, in particular, but any tests will do - if they include a set of HTML sources that most, if not all, of the standard do.

+6
source share
1 answer

The official test suite for the web platform is on GitHub . Be warned that it has not been completed yet, one of the requirements for HTML5, the transition from the proposed recommendation to the recommendation, is the completion of a set of tests so that at least two interoperable implementations can be identified. Detailed information on how to submit new tests is available on the wiki.

+5
source

Source: https://habr.com/ru/post/947694/


All Articles