Bug 242962

Summary: RenderTable::paintBoxDecorations shouldn't do the BackgroundBleedAvoidance optimization if the table collapses borders
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: TablesAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=154157
Attachments:
Description Flags
test case none

Fujii Hironori
Reported 2022-07-20 15:09:02 PDT
RenderTable::paintBoxDecorations shouldn't do the BackgroundBleedAvoidance optimization if the table collapses borders paintBoxDecorations is doing the BackgroundBleedAvoidance optimization if the element's opaque solid rounded borders obscure border edges. However, if a table collapses borders, it doesn't paint the borders. We should use the optimization.
Attachments
test case (371 bytes, text/html)
2022-07-20 15:09 PDT, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2022-07-20 15:09:29 PDT
Created attachment 461059 [details] test case
Radar WebKit Bug Importer
Comment 2 2022-11-10 04:28:26 PST
Note You need to log in before you can comment on or make changes to this bug.