Re: [html-tests] Add a test for the timing of the DOMContentLoaded event relative to defer scripts. (#2479)

This looks correct per spec, but it seems nobody passes. :(

> assert_false: DOMContentLoaded should not have fired before executing a task queued from a defer script expected false got true

in Blink/WebKit. Gecko times out.

Swapping steps 3 and 4 in the spec would make Blink/WebKit pass, I think...

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

Received on Friday, 15 January 2016 13:06:49 UTC