Bug 255246

Summary: REGRESSION (262691@main?): [ iOS ] TestWebKitAPI.DocumentEditingContext.RequestRectsInTextAreaInsideScrolledIFrame is a near-constant failure.
Product: WebKit Reporter: Bri Harris <bharris9>
Component: ScrollingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: richard_robinson2, rniwa, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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.