[webkit-reviews] review granted: [Bug 167749] LayoutTest http/tests/media/track-in-band-hls-metadata-crash.html is a flaky timeout : [Attachment 309700] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 08:51:59 PDT 2017


Eric Carlson <eric.carlson at apple.com> has granted Per Arne Vollan
<pvollan at apple.com>'s request for review:
Bug 167749: LayoutTest http/tests/media/track-in-band-hls-metadata-crash.html
is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=167749

Attachment 309700: Patch

https://bugs.webkit.org/attachment.cgi?id=309700&action=review




--- Comment #12 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 309700
  --> https://bugs.webkit.org/attachment.cgi?id=309700
Patch

This is fine if this works, but another way to remove the flakiness of the
current version is to not log the 'canplaythrough' event:
document.addEventListener('canplaythrough', () => { video.play() });


More information about the webkit-reviews mailing list