Bug 1877383 - Preserve computed registered custom property types. r=firefox-style...
commitab5c06ed0147b25b525cfb4e7a0d9243f229991f
authorZach Hoffman <zach@zrhoffman.net>
Mon, 11 Mar 2024 05:50:18 +0000 (11 05:50 +0000)
committerZach Hoffman <zach@zrhoffman.net>
Mon, 11 Mar 2024 05:50:18 +0000 (11 05:50 +0000)
tree1cb7f51144829d9d2ca1371a00d3fe371ce4b5ea
parent66a5a47ab618eea8ad6d1e3dcabb2a1b3e53fb4e
Bug 1877383 - Preserve computed registered custom property types. r=firefox-style-system-reviewers,emilio

Add a TODO for bug 1883255, since D203361 fixes bug 1870348.

Add a TODO for bug 1884606, since WPTs for interpolating custom
properties with syntax `<transform-function>` and with value `none` now
fail.

Differential Revision: https://phabricator.services.mozilla.com/D203361
40 files changed:
servo/components/style/custom_properties.rs
servo/components/style/properties_and_values/rule.rs
servo/components/style/properties_and_values/value.rs
servo/ports/geckolib/glue.rs
testing/web-platform/meta/css/css-cascade/revert-layer-011.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html.ini
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html.ini
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-function.html.ini
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html.ini
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html.ini [deleted file]
testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-none.tentative.html.ini [new file with mode: 0644]
testing/web-platform/meta/css/css-properties-values-api/at-property-animation.html.ini
testing/web-platform/meta/css/css-properties-values-api/registered-property-revert.html.ini [deleted file]