Description[CSS Grid Layout] Avoid inserting grid items twice in the grid
Given a grid with one item wrapped by an anonymous block, every attempt to
insert a new grid item before that one will trigger a crash due to a double
call to RenderGrid::addChild for the new item, in the first one beforeChild
is the already present item while in the second is the anonymous block.
We should avoid inserting the new item in the grid twice by using similar
checks to the ones already present in RenderBlock.
BUG=313293
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177653
Patch Set 1 #
Total comments: 8
Patch Set 2 : Patch v2 #
Total comments: 2
Patch Set 3 : Patch for landing #
Messages
Total messages: 11 (0 generated)
|