Closed
Bug 1380918
Opened 8 years ago
Closed 8 years ago
stylo: Support calc percent in -webkit-gradient
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: xidorn, Assigned: emilio)
References
Details
Gradient value like
> -webkit-gradient(linear, left calc(25% - 10%), right calc(75% + 10%), from(blue), to(lime))
becomes valid in bug 1363349 in Gecko.
Stylo needs to support it to have the new tests pass.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → emilio+bugs
Assignee | ||
Comment 2•8 years ago
|
||
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/81572281c073
Update expectations. r=me
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•