Open Bug 1740236 Opened 4 years ago Updated 2 months ago

WPT failures in /css/css-grid/grid-items/aspect-ratio-004.html

Categories

(Core :: Layout: Grid, defect)

defect

Tracking

()

People

(Reporter: wpt-sync, Unassigned)

References

(Blocks 2 open bugs)

Details

(Whiteboard: [wpt])

Syncing wpt PR 31547 found new untriaged test failures in CI

Tests Affected

New Tests That Don't Pass

/css/css-grid/grid-items/aspect-ratio-005.html: FAIL (Chrome: PASS, Safari: FAIL)

CI Results

Gecko CI (Treeherder)
GitHub PR Head

Notes

These updates will be on mozilla-central once bug 1740115 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.

Severity: -- → S3
Summary: New wpt failures in /css/css-grid/grid-items/aspect-ratio-005.html → WPT failures in /css/css-grid/grid-items/aspect-ratio-[001-005].html

This is pretty similar with Bug 1719273, which also has a percentage height on the grid idem, with aspect-ratio.

Depends on: 1719273
Depends on: 1865438
No longer depends on: 1865438

(In reply to Thomas Wisniewski [:twisniewski] from comment #3)

These failures also seem related:

After the quick check for these two failures, I filed Bug 1865438 for them because I think they have a different root cause.

aspect-ratio-[001-003,005].html are fixed by bug 1944423.

aspect-ratio-004.html still needs investigation:

<div style="display: inline-grid; grid-template-rows: 100px; background: green;">
  <img src="support/50x50-green.png" style="align-self: stretch; opacity: 0;">
</div>

The test expects the item's block size (stretched via align-self: stretch) to transfer to the inline axis, contributing to the grid container's intrinsic inline size.

See Also: → 1718365

Per comment 6, the only test failure at the moment is aspect-ratio-004.html.

Summary: WPT failures in /css/css-grid/grid-items/aspect-ratio-[001-005].html → WPT failures in /css/css-grid/grid-items/aspect-ratio-004.html
See Also: → 1938488
You need to log in before you can comment on or make changes to this bug.