Re: [html-tests] Use iframe.srcdoc instead of src with data: URLs (#2429)

Post-blob patch, Firefox passes 6447, fails 335. No change from status quo.

Chrome passes 6404, fails 364, 1 times out.

> As a separate gripe, the code in #2429 (comment) is so much more convoluted than the data: URI equivalent that it makes me sad every time I see it.

Eh. Appending a percent-encoded string to the magic prefix `data:text/html,` isn't exactly elegant. Given that this patch makes ~1200 test start passing in Chrome, I'd suggest that it's worth accepting whatever marginal sadness you experience. This is hardly the worst API you'll deal with today. :)

View on GitHub: https://github.com/w3c/web-platform-tests/pull/2429#issuecomment-163932900

Received on Friday, 11 December 2015 13:08:14 UTC