DescriptionFix handling of 'inherit' and 'initial' for grid lines
'initial' and 'inherit' are always allowed values for CSS properties.
As the CSSParser handles them automatically, those 2 values were never
taken care of in StyleResolver, leading to ASSERTs triggering.
While touching this code, renamed the RenderStyle grid line accessors
as it shouldn't ambiguous to whom they apply.
BUG=234198
TESTS=fast/css-grid-layout/grid-item-column-row-get-set.html
fast/css-grid-layout/grid-item-end-after-get-set.html
fast/css-grid-layout/grid-item-start-before-get-set.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149257
Patch Set 1 #Patch Set 2 : Take 2: Forgot the code #Messages
Total messages: 4 (0 generated)
|