Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 99e94b10377c114f50e450119fa3115882099130
      
https://github.com/WebKit/WebKit/commit/99e94b10377c114f50e450119fa3115882099130
  Author: Jean-Yves Avenard <j...@apple.com>
  Date:   2024-06-28 (Fri, 28 Jun 2024)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/mac/MediaPlaybackSleepAssertion.html

  Log Message:
  -----------
  REGRESSION (279977@main): [ macOS ] 
TestWebKitAPI.WebKitLegacy.MediaPlaybackSleepAssertion is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=275750
rdar://130299367

Reviewed by Eric Carlson.

The API test checks that as soon as we call `video.play()` the display sleep
assertion will be held.
However, following 279977@main we only do so if the media element is actually
playing. At the time play() is called, playback doesn't start synchronously and
will occur shortly after.
So instead we wait until the current time has progressed slightly to check
the display assertion.

* Tools/TestWebKitAPI/Tests/mac/MediaPlaybackSleepAssertion.html:

Canonical link: https://commits.webkit.org/280463@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to