[Webkit-unassigned] [Bug 194916] fast/mediastream/MediaStream-video-element.html is flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 21 14:28:58 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=194916
--- Comment #6 from Chris Dumez <cdumez at apple.com> ---
The test is relying on a setTimeout(100):
function canplay()
{
debug("<br>*** start playback ****");
evalAndLog("video.play()");
setTimeout(checkVideoElement, 100);
}
:/
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190321/a36978ef/attachment.html>
More information about the webkit-unassigned
mailing list