Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 05ec6ecdd8fb1153604ea69f50cdf251178e32ac
      
https://github.com/WebKit/WebKit/commit/05ec6ecdd8fb1153604ea69f50cdf251178e32ac
  Author: Lily Spiniolas <[email protected]>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M 
LayoutTests/fast/events/gesture/wheel-gesture-event-coordinates-in-iframe-expected.txt
    M 
LayoutTests/fast/events/gesture/wheel-gesture-event-coordinates-in-iframe.html

  Log Message:
  -----------
  Layout test `wheel-gesture-event-coordinates-in-iframe.html` is failing
https://bugs.webkit.org/show_bug.cgi?id=306241
rdar://168790057

Reviewed by Wenson Hsieh.

In 303122@main, we resolved a race condition by ensuring that the web process
handles each gesture event before sending additional ones. As a result of this
change, layout test `wheel-gesture-event-coordinates-in-iframe` began to fail
as the `gesturechange` and `gestureend` coordinates were wrong. This is the
result of the test's PASS messages printing above the iframe before the
`gesturechange` and `gestureend` events are created, causing the iframe
to shift downwards and thus the gesture to end in a different location than
it began.

Move the test messages beneath the frame to resolve this issue.

* 
LayoutTests/fast/events/gesture/wheel-gesture-event-coordinates-in-iframe-expected.txt:
* 
LayoutTests/fast/events/gesture/wheel-gesture-event-coordinates-in-iframe.html:

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



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

Reply via email to