Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a4d911bf264b346607ced40f1f84629b99739a2b
https://github.com/WebKit/WebKit/commit/a4d911bf264b346607ced40f1f84629b99739a2b
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-09-21 (Mon, 21 Sep 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKit/WebPage/AppKit Gesture
Tests/BasicAppKitGesturesTests.swift
Log Message:
-----------
REGRESSION(321319@main):
AppKitGesturesTests.Basic/draggingTextAreaRespectsResizeProperty is a
consistent failure (textAreaBoundsBefore == textAreaBoundsAfter → false)
https://bugs.webkit.org/show_bug.cgi?id=324672
rdar://187938885
Reviewed by Richard Robinson.
Following 321319@main, we get axis stretching even if all 4 axes are
pinned. This results in frame mismatch if we sample during a rubberband.
The test itself is still correct, though, for the measurement that
matters, which is the <textarea> size. As such, this patch addresses the
test failure by changing the expectation from a frame match to a size
match.
* Tools/TestWebKitAPI/Tests/WebKit/WebPage/AppKit Gesture
Tests/BasicAppKitGesturesTests.swift:
Canonical link: https://commits.webkit.org/321489@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications