Do serialization of computed `border-spacing` in stylo
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: mrobinson, Assigned: mrobinson)
References
Details
Attachments
(1 file, 1 obsolete file)
border-spacing serializes in a special way compared to other Size2D types. Both values should be serialized even if they are equal. Moving this to stylo allows Servo to share this special serialization code.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Comment 4•1 year ago
|
||
Backed out for causing failures at test_transitions_per_property.html.
Backout link: https://hg.mozilla.org/integration/autoland/rev/f7f7072e7d5f71ea2b23f74af9c2f8d6f4e9e83f
Failure log: https://treeherder.mozilla.org/logviewer?job_id=480309798&repo=autoland&lineNumber=6930
| Assignee | ||
Comment 6•1 year ago
|
||
Reland of D222204: This fixes an issues in
test_transitions_per_property.html where border-spacing was assumed
to serialize to 0px 0px. It follows the pattern used by other
properties that do not serialize this way.
| Assignee | ||
Comment 7•1 year ago
|
||
I've uploaded a new version of this change that I believe addresses the issues in the mochitests.
Comment 9•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•