NEW 242962
RenderTable::paintBoxDecorations shouldn't do the BackgroundBleedAvoidance optimization if the table collapses borders
https://bugs.webkit.org/show_bug.cgi?id=242962
Summary RenderTable::paintBoxDecorations shouldn't do the BackgroundBleedAvoidance op...
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.