Closed Bug 1387952 Opened 7 years ago Closed 7 years ago

stylo: Interpolation of clip-path (BasicShape) is not correct in test_transitions_per_property.html

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: boris, Unassigned)

References

Details

There are many failures related to "clip-path":
e.g.

TEST-UNEXPECTED-FAIL | layout/style/test/test_transitions_per_property.html | Clip-path property is circle(500px at 50% 50%) expected values of circle,200px at 50% 50%

TEST-UNEXPECTED-FAIL | layout/style/test/test_transitions_per_property.html | Clip-path property is ellipse(500px 500px at 50% 50%) expected values of ellipse,200px 200px at 50% 50%

TEST-UNEXPECTED-FAIL | layout/style/test/test_transitions_per_property.html | Clip-path property is polygon(evenodd, 500px 500px, 500px 500px) border-box expected values of polygon,evenodd, 200px 200px, 200px 200px

TEST-UNEXPECTED-FAIL | layout/style/test/test_transitions_per_property.html | Clip-path property is inset(500px round 500px) border-box expected values of inset,200px round 200px

... and many others.
I will check this deeper later to know what happened in BasicShape.
Depends on: 1376495
Oh yes. I forget that clip-path is not animatable now.
This appears to have been fixed by https://github.com/servo/servo/pull/18035 (as evidenced by the passing tests in bug 1376495).

Since I can't mark a PR as a duplicate, I'm making this WORKSFORME.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.