Re: [media-source-tests] Add media-source delaying-the-load-event-flag reset test from Chromium (#3082)

@tidoust Thanks for the detailed explanation. The "in parallel" of each of the "delaying-the-load" (`SpinThread` in your example) and the "MSE attachment as part of fetch algorithm as part of resource selection algorithm" (`FetchThread`) can result in racing between the firing of `load` and `sourceopen` per current HTML5.1 and MSE v1 spec. As such, I'll update the Chromium bug to indicate this is low priority, and update the MSE test to just make sure that both the `load` and `sourceopen` events fire within the test timeout (and without any of the `suspend`, `stalled, `progress`, or `error` events occurring before these `load` and `sourceopen` are both fired).

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

Received on Tuesday, 6 September 2016 21:55:43 UTC