[wpt-sync] Sync PR 19727 - [css-grid] Fix line name positions after implicit tracks
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19727 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19727
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
[css-grid] Fix line name positions after implicit tracks
When serializing grid-template-rows/columns of a grid container, we get
the list of used track sizes, and then insert line names at the
corresponding indices.Before this patch, these indices were simply taken from the computed
value. However, leading implicit tracks appear in the used value but not
in the computed one. Therefore, we have to offset the indices so that
the line names appear at the proper positions.BUG=790988
TEST=external/wpt/css/css-grid/parsing/grid-template-columns-computed-implicit-track.html
TEST=external/wpt/css/css-grid/parsing/grid-template-rows-computed-implicit-track.htmlChange-Id: I778c73034c7ff9fc11a7d8a46a4042cfd1bcd1ae
Reviewed-on: https://chromium-review.googlesource.com/1863092
WPT-Export-Revision: 7ff20baafcf2897555db5277f68d67fd68bc8ac1
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 24 subtests
Status Summary
Firefox
OK : 2
PASS: 48
Chrome
OK : 2
PASS: 10
FAIL: 38
Safari
OK : 2
PASS: 10
FAIL: 38
Links
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dc3ba682d062
https://hg.mozilla.org/mozilla-central/rev/07cbc4baafba
Description
•