Description[css-grid] Fix positioning of positioned grid children
crrev.com/2543163002 added a potential performance fix to remove extra
layouts of positioned children of grids. The problem that was instead of
just avoiding an extra layout, it was also preventing the code positioning
the children from running. The main consecuence was that all positioned
children were always painted in cell (0,0) of the grid.
BUG=273898
Committed: https://crrev.com/62e83c91f92a640885122b8bf1077d01c63b0609
Cr-Commit-Position: refs/heads/master@{#439459}
Patch Set 1 #Patch Set 2 : Use a ref test instead #Patch Set 3 : Improved test #Patch Set 4 : Improved test v2 #
Total comments: 5
Patch Set 5 : Patch for landing #
Messages
Total messages: 11 (6 generated)
|