DescriptionHandling of percent less than 1 while extra height distribution in spanning rows.
In a table, only one row is present with rowspan value 2 and row height is less
than 1 percent.
Percent is handled as integer so it becomes 0 and extra height is not distributed
in any of the row because whole extra height should go to only percent rows.
Now, Converted the required percent unit to LayoutUnit in place of int.
R=jchaffraix@chromium.org
BUG=408066
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193449
Patch Set 1 #
Total comments: 4
Patch Set 2 : #Patch Set 3 : Updated test expectations #Patch Set 4 : Rebase #Patch Set 5 : Rebase #Patch Set 6 : Review comments addressed #
Total comments: 1
Patch Set 7 : Patch set 5 and rebase #Patch Set 8 : Rebase #
Messages
Total messages: 18 (5 generated)
|