Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 76791cd00d336e1ac7c4105e2fa45908f7fce00e
https://github.com/WebKit/WebKit/commit/76791cd00d336e1ac7c4105e2fa45908f7fce00e
Author: Cole Carley <[email protected]>
Date: 2026-03-12 (Thu, 12 Mar 2026)
Changed paths:
M LayoutTests/pointerevents/ios/pointer-event-button-and-buttons.html
Log Message:
-----------
pointer-event-button-and-buttons is constantly timing out
https://bugs.webkit.org/show_bug.cgi?id=309709
rdar://122591319
Reviewed by Wenson Hsieh and Abrar Rahman Protyasha.
This test was timing out because the assert in EventTracker.assertMatchesEvents
was failing, which caused test.done() never to be called.
The assert was failing because the button attribute of the pointer events were
wrong and there was an extra pointermove event.
The test was expecting incorrect and stale values for the button attribute,
which
was addressed here: https://commits.webkit.org/268459@main.
I believe the extra pointermove event is just the result of some timing
changing.
I looked at the spec and it doesn't seem like the amount of pointermove events
fired is deterministic.
* LayoutTests/pointerevents/ios/pointer-event-button-and-buttons.html:
Canonical link: https://commits.webkit.org/309120@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications