[TablesNG] fix block size distribution over empty rows
Did not handle block size distribution over empty rows correctly. If there are empty constrained, and unconstrained rows, distribute only over unconstrained rows. We used to distribute over all empty rows. Row height distribution is tricky. There is no agreement between browsers on what the right thing to do is. FF never grows empty rows. Chrome does not distribute heights specified on TBODY. Bug: 1161157 Change-Id: I7cb2fb76ef4add651c61b10dbf8dd9fa0b58db0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632154Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#845035}
Showing
Please register or sign in to comment