Closed
Bug 1365100
Opened 7 years ago
Closed 7 years ago
stylo: background-image inheritance doesn't handle multiple images
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: manishearth, Assigned: mbrubeck)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
https://github.com/servo/servo/blob/a51da06dd9c680a7e3f49247181d49a48a787f47/components/style/properties/gecko.mako.rs#L2854
Basically, `background-image: inherit` will only inherit the first image from the parent.
This makes us fail layout/reftests/backgrounds/layers-layer-count-inheritance-2.xhtml
(I'm surprised there aren't more tests that break because of this)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mbrubeck
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•7 years ago
|
||
Comment hidden (mozreview-request) |
Reporter | ||
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8868220 [details]
Bug 1365100 - stylo: Fix inheritance of multiple background images.
https://reviewboard.mozilla.org/r/139796/#review143140
Attachment #8868220 -
Flags: review?(manishearth) → review+
Assignee | ||
Comment 4•7 years ago
|
||
In case I'm not around when autoland reopens.
https://github.com/servo/servo/pull/16896
Attachment #8868333 -
Flags: review+
Pushed by mbrubeck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6e0d4ca8c7dd
stylo: Update test expectations. r=Manishearth
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Priority: -- → P1
Resolution: --- → FIXED
Comment 6•7 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•