Bug 255246 - REGRESSION (262691@main?): [ iOS ] TestWebKitAPI.DocumentEditingContext.RequestRectsInTextAreaInsideScrolledIFrame is a near-constant failure.
Summary: REGRESSION (262691@main?): [ iOS ] TestWebKitAPI.DocumentEditingContext.Reque...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-10 14:20 PDT by Bri Harris
Modified: 2023-04-25 11:12 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bri Harris 2023-04-10 14:20:26 PDT
TestWebKitAPI.DocumentEditingContext.RequestRectsInTextAreaInsideScrolledIFrame

is a constant failure on iOS 16 and iPad OS.

HISTORY:

https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.DocumentEditingContext.RequestRectsInTextAreaInsideScrolledIFrame


TEXT:

Expected equality of these values:
          CGRectMake(x + 0 * glyphWidth, yPos, 25, height)
            Which is: (origin = (x = 26, y = 27), size = (width = 25, height = 25))
          textRects[0].CGRectValue
            Which is: (origin = (x = 26, y = 26), size = (width = 25, height = 25))
        


This appears to have started failing at 262691@main.
Comment 1 Radar WebKit Bug Importer 2023-04-10 14:20:45 PDT
<rdar://problem/107850452>
Comment 2 Bri Harris 2023-04-20 15:09:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12993
Comment 3 EWS 2023-04-21 09:58:01 PDT
Test gardening commit 263247@main (35e95d9ef729): <https://commits.webkit.org/263247@main>

Reviewed commits have been landed. Closing PR #12993 and removing active labels.
Comment 4 Ryosuke Niwa 2023-04-25 01:19:23 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13138
Comment 5 EWS 2023-04-25 11:12:31 PDT
Committed 263385@main (c356d9f402c2): <https://commits.webkit.org/263385@main>

Reviewed commits have been landed. Closing PR #13138 and removing active labels.