Cc: jfernan...@igalia.com Status: Available (was: Untriaged) Summary: [css-grid] Computed value for grid placement property spanning to a line name (was: [WPT] New failures introduced in external/wpt/css/css-grid by import https://crrev.com/c/1384990)
If grid-row-start is specified as 'span 1 i' and getComputedStyle() is called, all browsers give 'span 1 i'.
If grid-row-start is specified as 'span i' and getComputedStyle() is called, Edge and Firefox give 'span i' while Blink and Safari give 'span 1 i'.
Blink's computed style representation doesn't record if the 1 was implicit or explicit.
Comment 1 by r...@igalia.com
, Dec 20Status: Available (was: Untriaged)
Summary: [css-grid] Computed value for grid placement property spanning to a line name (was: [WPT] New failures introduced in external/wpt/css/css-grid by import https://crrev.com/c/1384990)