New wpt failures in /css/css-break/grid/grid-item-infinite-expansion.html
Categories
(Core :: Layout: Grid, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [wpt])
Syncing wpt PR 33101 found new untriaged test failures in CI
Tests Affected
Firefox-only failures
/css/css-break/grid/grid-item-infinite-expansion.html: FAIL
CI Results
Missing results from treeherder
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1758415 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Comment 1•3 years ago
|
||
wpt.fyi link:
http://wpt.live/css/css-break/grid/grid-item-infinite-expansion.html
The testcase has a 200%-height div inside of a grid item whose height is sort of (initially?) indefinite, I think (it has min-height:100px
).
If I change that to height:100px
, then we get the correct result.
So it looks a little bit like an issue of the grid item having a definite vs. indefinite height. However, it's more subtle than that, because we do eventually treat the testcase has having a definite height (i.e. we resolve the height properly if I change the innermost div to have 50% height instead of 200%).
Updated•3 years ago
|
Description
•