[wpt-sync] Sync PR 43777 - Traverse custom properties for cssText when expanding 'all' property
Categories
(Core :: DOM: CSS Object Model, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43777 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43777
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Traverse custom properties for cssText when expanding 'all' property
The serializer for cssText when 'all' was expanded into longhands
traversed all standard properties, but custom property declarations were
ignored and just dropped.When expanding 'all', first traverse the declarations in the property
set and serialize the custom property declaration before traversing all
standard longhands.Bug: 1512204
Change-Id: I04df2078b6fbae71477ff0074364e290f4b65d9b
Reviewed-on: https://chromium-review.googlesource.com/5144971
WPT-Export-Revision: a1765f476ab897bab505bd6ae3563b8dece44f91
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
| bugherder | ||
Description
•