[wpt-sync] Sync PR 28291 - [css-grid] Fix WPT grid-flex-track-intrinsic-sizes-002.html
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28291 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28291
Details from upstream follow.
b'Oriol Brufau <obrufau@igalia.com>' wrote:
[css-grid] Fix WPT grid-flex-track-intrinsic-sizes-002.html
This test was checking that grid items not spanning any flex track with
an intrinsic min track sizing function would distribute its intrinsic
contribution in $11.5.3. That was according to the resolution from
https://github.com/w3c/csswg-drafts/issues/3705However, that wasn't web compatible, so it was later amended in
https://github.com/w3c/csswg-drafts/issues/4783Now, the intrinsic contributions of items spanning flex tracks must be
distributed in $11.5.4, even if none of the flex tracks is intrinsic.This change makes the test pass in GridNG.
Bug: 1045599
Change-Id: Ibfb818dcc12a185e30d2824e9ca534069beb48ec
Reviewed-on: https://chromium-review.googlesource.com/2791426
WPT-Export-Revision: b010c6ff71aee4f4dfd7fd1372daf695b06a3102
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 5 subtests
Status Summary
Firefox
OK : 1
PASS: 1
FAIL: 4
Chrome
OK : 1
PASS: 1
FAIL: 4
Safari
OK : 1
PASS: 1
FAIL: 4
Links
Details
New Tests That Don't Pass
/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-002.html
'grid' with: grid-template-columns: 1fr auto auto auto; and grid-template-rows: 1fr auto auto auto;: FAIL (Chrome: FAIL, Safari: FAIL)
'grid' with: grid-template-columns: 1fr 1fr 1fr 1fr; and grid-template-rows: 1fr 1fr 1fr 1fr;: FAIL (Chrome: FAIL, Safari: FAIL)
'grid' with: grid-template-columns: 1fr 1fr 1fr 4fr; and grid-template-rows: 1fr 1fr 1fr 4fr;: FAIL (Chrome: FAIL, Safari: FAIL)
'grid' with: grid-template-columns: 1fr 1fr 1fr; and grid-template-rows: 1fr 1fr 1fr;: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 7•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e248e58b632e
https://hg.mozilla.org/mozilla-central/rev/c3812f3468ee
Description
•