[LayoutNG] Fix painting box-shadow on collapsed border table cells
NG had BoxPainterBase subtract the borders, which does so without paying attention to collapsed borders. Legacy subtracted the (collapsed) borders first, then passed the results to BoxPainterBase. This patch ports that behavior to NG. Bug: 1006241 Change-Id: I61b0f464f0e63d1dac84239e1e45a596cbad1cf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862721 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#706798}
Showing
Please register or sign in to comment