DescriptionASSERTION FAILED: !extraRowSpanningHeight in WebCore::RenderTableSection::distributeRowSpanHeightToRows
Spanning rows have only percent rows and total percent is less than 100 So only
percent portion of extraRowSpnnaingHeight is consumed in percent spanning rows and
remaining is left to distribute in non-spanning rows. But non-percent rows height
is zero So assertion is failing.
Now, whole extraRowSpanningHeight is distributed to percent spanning rows if non-percent
spanning rows height is zero.
R=jchaffraix@chromium.org
BUG=366579
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180417
Patch Set 1 #Patch Set 2 : Added test case #Patch Set 3 : Test case updated #Patch Set 4 : Rebase #Patch Set 5 : Rebase #
Total comments: 2
Messages
Total messages: 16 (0 generated)
|