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)
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.
Comment 2•9 months ago
|
||
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.
Comment 3•9 months ago
|
||
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.
Comment 4•9 months ago
|
||
Description
•