Closed Bug 1841679 Opened 2 years ago Closed 1 month ago

WPT failures in css/css-grid/grid-definition/grid-change-fit-content-argument-001.html

Categories

(Core :: Layout: Grid, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1977501

People

(Reporter: twisniewski, Unassigned)

References

(Depends on 1 open bug, Blocks 2 open bugs, )

Details

Severity: -- → S3
Priority: -- → P3

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.

I think that means this is a version of bug 1310551 or similar.

Depends on: 1310551
Status: NEW → RESOLVED
Closed: 1 month ago
Duplicate of bug: 1977501
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.