DescriptionFix the rows' height computation with vertical-align: baseline and rowspan
r140907 was careful in avoiding updating the baseline descent for
spanning cells. However it still added the non-spanning cells baseline
descent to the spanning cells' row height computation.
This change avoids the previous issue by not adding the baseline
descent in this case.
BUG=227017
TEST=fast/table/baseline-align-rowspan.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149612
Patch Set 1 #Patch Set 2 : Same as #1 but with the expected file #
Messages
Total messages: 6 (0 generated)
|