Bug 242962

Summary: RenderTable::paintBoxDecorations shouldn't do the BackgroundBleedAvoidance optimization if the table collapses borders
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
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

Description Fujii Hironori 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.
Comment 1 Fujii Hironori 2022-07-20 15:09:29 PDT
Created attachment 461059 [details]
test case
Comment 2 Radar WebKit Bug Importer 2022-11-10 04:28:26 PST
<rdar://problem/102188076>