[TablesNG] Fix background painting for COLGROUP/COL with span attribute
Span attribute means that COL/COLGROUP span multiple columns. Old code incorrectly defined background geometry separately for each column. This happened because I just ported handling of "width". width attribute applies to each column within COL/COLGROUP. New behavior is intuitive, and matches FF. Change-Id: Ibdd397825ed363de2695f4ff43dd8dd4df065357 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633438 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#845397}
Showing
Please register or sign in to comment