Bug 287631
| Summary: | REGRESSION(290300@main): Broke TestWebKitAPI.DrawingToPDF.BackgroundClipText | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jonathan Bedard
After 290300@main, TestWebKitAPI.DrawingToPDF.BackgroundClipText started failing. https://github.com/WebKit/WebKit/pull/38827 didn't wait on iOS tests (which would have likely caught the issue)
TestWebKitAPI.DrawingToPDF.BackgroundClipText
2025-02-13 06:43:43.131 TestWebKitAPI[33606:2632634] +[IMKClient subclass]: chose IMKClient_Modern
LEAK: 1 WebProcessPool
LEAK: 1 WebPageProxy
/Volumes/Data/worker/Apple-Sequoia-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DrawingToPDF.mm:88
Value of: page->colorAtPoint(2, 2) == WebCore::Color::white
Actual: false
Expected: true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/144787621>
Jonathan Bedard
Wanted to call out EWS on the PR, not to point fingers, but to give future archivists data on EWS efficacy. iOS API tests are currently quite slow.
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/40565
Said Abou-Hallawa
Landed in https://commits.webkit.org/290383@main.