[wpt-sync] Sync PR 47079 - Implement CSS side of support for interpolate-size CSS property.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47079 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47079
Details from upstream follow.
L. David Baron <dbaron@chromium.org> wrote:
Implement CSS side of support for interpolate-size CSS property.
This implements the CSS side of support for the interpolate-size CSS
property that was agreed on in
https://github.com/w3c/csswg-drafts/issues/10294
and has a draft specification at
https://drafts.csswg.org/css-values-5/#interpolate-size .This is part of https://chromestatus.com/feature/5196713071738880 .
Making the property do something will be in a later CL.
This property is behind the CSSCalcSizeFunction feature.
Bug: 313072
Change-Id: I49a01926866a4bae87bf88ace3c0b0119685ae51
Reviewed-on: https://chromium-review.googlesource.com/5640542
WPT-Export-Revision: b808772b30bc2e50de95479fbe16ccb12dcbc181
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 5 subtests
Status Summary
Firefox
OK
: 2
PASS
: 3
FAIL
: 4
ERROR
: 1
Chrome
OK
: 2
PASS
: 3
FAIL
: 4
ERROR
: 1
Safari
OK
: 2
PASS
: 3
FAIL
: 4
ERROR
: 1
Links
Details
New Tests That Don't Pass
- /css/css-values/calc-size/animation/interpolate-size-interpolation.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /css/css-values/calc-size/interpolate-size-computed.html [wpt.fyi]
- Property interpolate-size value 'numeric-only':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property interpolate-size value 'allow-keywords':
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Property interpolate-size value 'numeric-only':
- /css/css-values/calc-size/interpolate-size-parsing.html [wpt.fyi]
- e.style['interpolate-size'] = "numeric-only" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['interpolate-size'] = "allow-keywords" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['interpolate-size'] = "numeric-only" should set the property value:
Comment 4•10 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2cfcba3e157a
https://hg.mozilla.org/mozilla-central/rev/d79ba207a579
Description
•