Re: [custom-elements-tests][html-templates-tests] Submission/unipro (#437)

Generating tests with hundreds or thousands of characters gives an inaccurate indication of compatibility between browsers, because any browser that gets basics like string handling right will pass 90%+ tests. Just write a single test(), iterate over the characters in a loop. This is faster. The only downside is that only the first failure is reported, but this is acceptable.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/437#discussion_r7883286

Received on Monday, 25 November 2013 05:51:54 UTC