[wpt-sync] Sync PR 45164 - Add animation support for sizing keywords as lengths.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(4 files)
Sync web-platform-tests PR 45164 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45164
Details from upstream follow.
L. David Baron <dbaron@chromium.org> wrote:
Add animation support for sizing keywords as lengths.
This adds animation support for sizing keywords as lengths, and uses it
only when calc-size() is enabled. It then forbids animating the values.
Future CLs will be needed to make some cases interpolate (but some cases
should not interpolate, and we don't have all the infrastructure to
distinguish them yet).This also adds a lot of tests for what should eventually work. The
failures of the new tests are either because the above interpolation
support hasn't been added, or because we don't support the stretch
keyword yet.Bug: 313072
Change-Id: I7f00e423ca155bdceace224ae34041ce458d063d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5349631
Commit-Queue: David Baron \<dbaron@chromium.org>
Reviewed-by: Robert Flack \<flackr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1275775}
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
Assignee | ||
Comment 3•11 months ago
|
||
Assignee | ||
Comment 4•11 months ago
|
||
Assignee | ||
Comment 6•11 months ago
|
||
Assignee | ||
Comment 7•11 months ago
|
||
Comment 8•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b2017212452b
https://hg.mozilla.org/mozilla-central/rev/45bd2c653457
Description
•