[web-platform-tests] Pull Request: Test HTMLMediaElement preload 'none' is ignored for MediaStream as src or srcObject

wpt-pr-bot has just labeled a pull request from wolenetz for 
https://github.com/w3c/web-platform-tests as "wg-webrtc":

== Test HTMLMediaElement preload 'none' is ignored for MediaStream as 
src or srcObject ==
@foolip This is the MediaStream side of the change mentioned in 
Chromium https://codereview.chromium.org/1881733004/. I expect to make
 a similar PR for the media-source (and bogus blob URL) portion of 
tests contained within that Chromium CL shortly.

Regarding these MediaStream tests, I confirmed that Chrome ToT fails 
prior to https://codereview.chromium.org/1881733004/ and passes after.
 The fails are actually timeouts though (and the console shows 2 
exceptions: the unexpected 'suspend' event occurs, and the 
networkState is IDLE, not LOADING after 1 second. Do you have a better
 mechansim to suggest other than using setTimeout() to help prevent 
slow machine flakiness and enable fast test runs? I couldn't think of 
one immediately that would be interoperable, hence the 1 second 
setTimeout() used in these new tests.

See https://github.com/w3c/web-platform-tests/pull/2895

Received on Monday, 25 April 2016 22:39:01 UTC