Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bd9598e8f499bcf19441fbd4da814fd12cb50820
      
https://github.com/WebKit/WebKit/commit/bd9598e8f499bcf19441fbd4da814fd12cb50820
  Author: Ryosuke Niwa <[email protected]>
  Date:   2026-03-10 (Tue, 10 Mar 2026)

  Changed paths:
    M 
LayoutTests/http/tests/misc/embed-image-load-outlives-gc-without-crashing.html

  Log Message:
  -----------
  [ iOS Release ] 
http/tests/misc/embed-image-load-outlives-gc-without-crashing.html is a flakey 
timeout
https://bugs.webkit.org/show_bug.cgi?id=295989
rdar://155885979

Reviewed by Chris Dumez.

Based on Claude's analysis, this test flakiness comes from 
requestAnimationFrame sometimes not firing in iOS.
On iOS, requestAnimationFrame callbacks only fire when the compositor schedules 
a rendering update, which may
or may not happen after a call to requestAnimationFrame in the test.

Try replacing requestAnimationFrame with setTimeout to make it more reliable.

* 
LayoutTests/http/tests/misc/embed-image-load-outlives-gc-without-crashing.html:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to