Bug 255246
| Summary: | REGRESSION (262691@main?): [ iOS ] TestWebKitAPI.DocumentEditingContext.RequestRectsInTextAreaInsideScrolledIFrame is a near-constant failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bri Harris <bharris9> |
| Component: | Scrolling | Assignee: | 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 | ||
Bri Harris
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107850452>
Bri Harris
Pull request: https://github.com/WebKit/WebKit/pull/12993
EWS
Test gardening commit 263247@main (35e95d9ef729): <https://commits.webkit.org/263247@main>
Reviewed commits have been landed. Closing PR #12993 and removing active labels.
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/13138
EWS
Committed 263385@main (c356d9f402c2): <https://commits.webkit.org/263385@main>
Reviewed commits have been landed. Closing PR #13138 and removing active labels.