Open Bug 1885103 Opened 10 months ago Updated 9 months ago

New wpt failures in /css/css-backgrounds/table-cell-background-local.html (and table-cell-background-local-002.html, table-cell-background-local-003.html) because `background-attachment:local` seems to be ignored on table cells

Categories

(Core :: Layout: Tables, defect)

defect

Tracking

()

People

(Reporter: wpt-sync, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [wpt])

Syncing wpt PR 45045 found new untriaged test failures in CI

Tests Affected

Firefox-only failures

CI Results

Gecko CI (Treeherder)
GitHub PR Head

Notes

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

Safari and Chrome pass this test.

Blocks: 1887054

It's specifically the local keyword (for the background-attachment longhand property) on this rule that we seem to be ignoring:

td#middle-cell {
  background: url("support/500x500-red-with-green-center.png") local;

If I remove that keyword, Firefox doesn't change behavior; but Chrome changes to match our broken rendering.

Severity: -- → S3
Component: Layout: Images, Video, and HTML Frames → Layout: Tables
Summary: New wpt failures in /css/css-backgrounds/table-cell-background-local-003.html → New wpt failures in /css/css-backgrounds/table-cell-background-local-003.html , because `background-attachment:local` seems to be ignored on table cells

table-cell-background-local.html , table-cell-background-local-002.html, and table-cell-background-local-003.html are almost certainly failing for the same reason. We've got newer bugs filed for those, but let's just track them in a single bug.

Summary: New wpt failures in /css/css-backgrounds/table-cell-background-local-003.html , because `background-attachment:local` seems to be ignored on table cells → New wpt failures in /css/css-backgrounds/table-cell-background-local.html (and table-cell-background-local-002.html, table-cell-background-local-003.html) because `background-attachment:local` seems to be ignored on table cells
Duplicate of this bug: 1887252
Duplicate of this bug: 1887253
You need to log in before you can comment on or make changes to this bug.