Closed beaufortfrancois closed 6 years ago
This sounds like a possible test/browser bug rather than an issue in results collection. Is that right?
You're right. I've filed https://github.com/web-platform-tests/wpt/issues/14177 instead. Sorry for this.
No worries!
picture-in-picture/mediastream.html test times out in Safari. I believe it is because
mediastreamVideoLoadedPromise
is pending forever.Even though
<video>
is marked asautoplay
and<canvas>
is drawn,onloadedmetadata
is never fired. @jernoble is that a known issue?