[wpt-sync] Sync PR 25390 - [css-grid] Await Ahem font in grid-intrinsic-track-sizes-001.html
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25390 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25390
Details from upstream follow.
b'Oriol Brufau <obrufau@igalia.com>' wrote:
[css-grid] Await Ahem font in grid-intrinsic-track-sizes-001.html
Otherwise most cases fail in WebKit.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 31 subtests
Status Summary
Firefox
OK : 1
PASS: 16
FAIL: 15
Chrome
OK : 1
PASS: 29
FAIL: 2
Safari
OK : 1
PASS: 29
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-grid/layout-algorithm/grid-intrinsic-track-sizes-001.html
'grid' with: grid-template-columns: max-content; and grid-template-rows: max-content;: FAIL
'grid' with: grid-template-columns: minmax(0, max-content); and grid-template-rows: minmax(0, max-content);: FAIL
'grid' with: grid-template-columns: minmax(max-content, 10px); and grid-template-rows: minmax(max-content, 10px);: FAIL
'grid' with: grid-template-columns: auto auto; and grid-template-rows: auto auto;: FAIL
'grid' with: grid-template-columns: max-content max-content; and grid-template-rows: max-content max-content;: FAIL
'grid' with: grid-template-columns: minmax(0, auto) minmax(0, auto); and grid-template-rows: minmax(0, auto) minmax(0, auto);: FAIL
'grid' with: grid-template-columns: minmax(0, max-content) minmax(0, max-content); and grid-template-rows: minmax(0, max-content) minmax(0, max-content);: FAIL
'grid' with: grid-template-columns: minmax(max-content, 10px) minmax(max-content, 10px); and grid-template-rows: minmax(max-content, 10px) minmax(max-content, 10px);: FAIL
'grid' with: grid-template-columns: 20px max-content; and grid-template-rows: 20px max-content;: FAIL
'grid' with: grid-template-columns: 20px minmax(0, max-content); and grid-template-rows: 20px minmax(0, max-content);: FAIL
'grid' with: grid-template-columns: 20px minmax(max-content, 6px); and grid-template-rows: 20px minmax(max-content, 6px);: FAIL
'grid' with: grid-template-columns: 20px minmax(max-content, 30px); and grid-template-rows: 20px minmax(max-content, 30px);: FAIL
'grid' with: grid-template-columns: max-content min-content; and grid-template-rows: max-content min-content;: FAIL
New Tests That Don't Pass
/css/css-grid/layout-algorithm/grid-intrinsic-track-sizes-001.html
'grid' with: grid-template-columns: max-content; and grid-template-rows: max-content;: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: minmax(0, max-content); and grid-template-rows: minmax(0, max-content);: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: minmax(max-content, 10px); and grid-template-rows: minmax(max-content, 10px);: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: auto auto; and grid-template-rows: auto auto;: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: max-content max-content; and grid-template-rows: max-content max-content;: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: minmax(0, auto) minmax(0, auto); and grid-template-rows: minmax(0, auto) minmax(0, auto);: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: minmax(0, min-content) minmax(0, min-content); and grid-template-rows: minmax(0, min-content) minmax(0, min-content);: FAIL (Chrome: FAIL, Safari: FAIL)
'grid' with: grid-template-columns: minmax(0, max-content) minmax(0, max-content); and grid-template-rows: minmax(0, max-content) minmax(0, max-content);: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: minmax(max-content, 10px) minmax(max-content, 10px); and grid-template-rows: minmax(max-content, 10px) minmax(max-content, 10px);: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: 20px max-content; and grid-template-rows: 20px max-content;: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: 20px minmax(0, min-content); and grid-template-rows: 20px minmax(0, min-content);: FAIL (Chrome: FAIL, Safari: FAIL)
'grid' with: grid-template-columns: 20px minmax(0, max-content); and grid-template-rows: 20px minmax(0, max-content);: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: 20px minmax(max-content, 6px); and grid-template-rows: 20px minmax(max-content, 6px);: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: 20px minmax(max-content, 30px); and grid-template-rows: 20px minmax(max-content, 30px);: FAIL (Chrome: PASS, Safari: PASS)
'grid' with: grid-template-columns: max-content min-content; and grid-template-rows: max-content min-content;: FAIL (Chrome: PASS, Safari: PASS)
Comment 3•1 year ago
|
||
The upstream PR https://github.com/web-platform-tests/wpt/pull/25390 was sync in bug 1663026.
Description
•