Description[CSSGridLayout] ASSERTION: Bad cast in parseGridTemplateRowsAndAreas
An empty list of grid line names (represented by "()") does not add anything to
the list of parsed values. That's why trying to concatenate an adjacent list of
grid line names was failing, because we were trying to concatenate a list with
the last parsed CSSValue which was not the expected grid line names list.
BUG=402004
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181915
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (2 generated)
|