WPT failures in css/css-grid/grid-definition/grid-change-fit-content-argument-001.html
Categories
(Core :: Layout: Grid, defect, P3)
Tracking
()
People
(Reporter: twisniewski, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs, )
Details
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Comment 1•1 year ago
|
||
We're failing 2 of 8 subtests here.
wpt.live:
http://wpt.live/css/css-grid/grid-definition/grid-change-fit-content-argument-001.html
In both of the testcases, there's an orthogonal-writing-mode grid item with a string of Ahem text that we're expecting to linewrap. We're laying it out with an intrinsic width of 25px (1em, i.e. 1 line) but the test is expecting us to lay it out with an intrinsic width of 100px (4em, i.e. 4 lines).
In other words, this is a case where we need to do full layout inside an orthogonal-writing-mode grid item in order to resolve its intrinsic size.
Comment 2•8 months ago
|
||
I think that means this is a version of bug 1310551 or similar.
Comment 3•1 month ago
•
|
||
Bug 1977501 fixed http://wpt.live/css/css-grid/grid-definition/grid-change-fit-content-argument-001.html completely.
Description
•