[wpt-sync] Sync PR 29033 - [GridNG] Updating grid container baseline logic
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29033 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29033
Details from upstream follow.
b'Kurt Catti-Schmidt (SCHMIDT) <kschmi@microsoft.com>' wrote:
[GridNG] Updating grid container baseline logic
This change updates the grid container baseline logic so that we pass
grid-baseline-004.html. In particular, spanning items should not be
considered for baseline fallbacks, and the fallback baseline should
never be considered if we have an actual baseline aligned item.The grid-baseline-004.html also has some minor updates:
- The .exepected.txt file was removed, so legacy grid now fails
- Some of the expected offsets appear incorrect. These were updated
to match GridNG (with this change) and Firefox expectations.Bug: 1045599
Change-Id: Ic95f9811fce0286810b033b40e7fe6b3fb614fa7
Reviewed-on: https://chromium-review.googlesource.com/2903732
WPT-Export-Revision: 18ec9d52efbbb301c9c193d389c71bd711be9cda
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 18 subtests
Status Summary
Firefox
OK : 1
PASS: 11
FAIL: 7
Chrome
OK : 1
PASS: 15
FAIL: 3
Safari
OK : 1
PASS: 13
FAIL: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-grid/alignment/grid-baseline-004.html
.grid, container 4: FAIL linked bug:Bug 1650906
.grid, container 5: FAIL linked bug:Bug 1650906
.grid, container 6: FAIL linked bug:Bug 1650906
.grid, container 10: FAIL linked bug:Bug 1650906
.grid, container 12: FAIL linked bug:Bug 1650906
New Tests That Don't Pass
/css/css-grid/alignment/grid-baseline-004.html
.grid, container 4: FAIL (Chrome: PASS, Safari: PASS)
.grid, container 5: FAIL (Chrome: PASS, Safari: PASS)
.grid, container 6: FAIL (Chrome: PASS, Safari: PASS)
.grid, container 10: FAIL (Chrome: PASS, Safari: PASS)
.grid, container 11: FAIL (Chrome: PASS, Safari: FAIL)
.grid, container 12: FAIL (Chrome: PASS, Safari: PASS)
.grid, container 17: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•3 years ago
|
||
bugherder |
Description
•