[wpt-sync] Sync PR 18845 - [web-animations] Correctly handle parsing and serializing shorthands
Categories
(Core :: DOM: Animation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18845 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18845
Details from upstream follow.
Majid Valipour <majidvp@chromium.org> wrote:
[web-animations] Correctly handle parsing and serializing shorthands
It is possible to have a long hand that belongs to multiple shorthands
(e.g., border-left-style belongs to border-style which belongs to
border).This means that our previous approach of using the shorthand from one
of the longhands components in the map is not correct. To fix this
we simply record the original shorthand that these longhands were
parsed for. This ensures correctness.TEST= external/wpt/web-animations/interfaces/KeyframeEffect/setKeyframes.html
Bug:999855
Change-Id: I42ee78b6b470dacc51fff2fac07b2f09e7b42896
Reviewed-on: https://chromium-review.googlesource.com/1784860
WPT-Export-Revision: 2d344975802ad37bd40127a4cec97a94a5cfed5c
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cad9765bc4b2
https://hg.mozilla.org/mozilla-central/rev/fdc05ae1043b
Description
•