[wpt-sync] Sync PR 43844 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=267059
Categories
(Core :: CSS Transitions and Animations, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43844 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43844
Details from upstream follow.
Antoine Quint <graouts@apple.com> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=267059
WebKit export from bug: [css-animations]
animation
property should use shortest serialization rule
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 15 subtests
Status Summary
Firefox
OK
: 2
PASS
: 8
FAIL
: 14
Chrome
OK
: 2
PASS
: 8
FAIL
: 14
Safari
OK
: 2
PASS
: 8
FAIL
: 14
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-animations/parsing/animation-computed.html [wpt.fyi]
- Default animation value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value '1s':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'cubic-bezier(0, -2, 1, 3)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'ease-in-out':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value '1s -3s':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value '4':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'reverse':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'both':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'paused':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'none':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'anim':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property animation value 'none, none':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Animation with a delay but no duration:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Default animation value:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8ca595ebd824
https://hg.mozilla.org/mozilla-central/rev/57edb3e12256
Description
•