[wpt-sync] Sync PR 38468 - Implement linear timing function.
Categories
(Core :: CSS Transitions and Animations, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38468 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38468
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Implement linear timing function.
https://w3c.github.io/csswg-drafts/css-easing/#funcdef-linear
Integration with DevTools editor will be in future CLs.
Change-Id: I6e0e8314248de92ff5de6ddae1e858d8ecb730fb
Reviewed-on: https://chromium-review.googlesource.com/4245137
WPT-Export-Revision: 8cb7d6ba608635f40432ada8cb84516ec204d03e
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 13 subtests
Status Summary
Firefox
OK
: 3[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt] 4[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt, GitHub]
PASS
: 50
FAIL
: 4
ERROR
: 1
Chrome
OK
: 4
PASS
: 37
FAIL
: 17
Safari
OK
: 4
PASS
: 39
FAIL
: 15
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-easing/linear-timing-functions-syntax.tentative.html [wpt.fyi]
- e.style['animation-timing-function'] = "linear(0 0% 100%)" should not set the property value:
FAIL
- e.style['animation-timing-function'] = "linear(0% 100% 0)" should not set the property value:
FAIL
- e.style['animation-timing-function'] = "linear(0 0% 100%)" should not set the property value:
New Tests That Don't Pass
- /css/css-easing/linear-timing-functions-syntax.tentative.html [wpt.fyi]
- e.style['animation-timing-function'] = "linear(0, 0.5 25% 75%, 1 100% 100%)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['animation-timing-function'] = "linear(0, 1.3, 1, 0.92, 1, 0.99, 1, 1.004, 0.998, 1 100% 100%)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['animation-timing-function'] = "linear(0 0% 100%)" should not set the property value:
FAIL
(Chrome:PASS
, Safari:PASS
) - e.style['animation-timing-function'] = "linear(0% 100% 0)" should not set the property value:
FAIL
(Chrome:PASS
, Safari:PASS
)
- e.style['animation-timing-function'] = "linear(0, 0.5 25% 75%, 1 100% 100%)" should set the property value:
- /css/css-transitions/animations/transition-timing-function.html [wpt.fyi]:
ERROR
[Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
],OK
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
,GitHub
] (Chrome:OK
, Safari:OK
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/895b18810dfb
https://hg.mozilla.org/mozilla-central/rev/1f5114acbb16
Description
•