[css-grid] Fix grid placement with '<integer> && <custom-ident>'
The logic for placing a grid item with both an integer and an identifier in a placement property was interacting wrong with auto repeat() tracks. This patch uses the same proper logic that was already implemented in OrderedNamedLinesCollectorInGridLayout::CollectLineNamesForIndex BUG=966090 TEST=external/wpt/css/css-grid/placement/grid-placement-using-named-grid-lines-004.html Change-Id: I042ce1fd77a79959240d272d96eac21f06e014ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082917Reviewed-by:Javier Fernandez <jfernandez@igalia.com> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#747631}
Showing
Please register or sign in to comment