[wpt-sync] Sync PR 49353 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=283672
Categories
(Core :: DOM: Animation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49353 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49353
Details from upstream follow.
Antoine Quint <graouts@apple.com> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=283672
WebKit export from bug: [web-animations] Rename
Animation.progress
toAnimation.overallProgress
and use a dedicated run-time flag for it
Assignee | ||
Updated•14 days ago
|
Assignee | ||
Comment 1•13 days ago
|
||
Assignee | ||
Comment 2•13 days ago
|
||
Assignee | ||
Comment 3•13 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 27 subtests
Status Summary
Firefox
OK
: 3
PASS
: 23
FAIL
: 11
Chrome
OK
: 3
PASS
: 24
FAIL
: 13
Safari
OK
: 3
PASS
: 22
FAIL
: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /web-animations/interfaces/Animation/overallProgress.tentative.html [wpt.fyi]
- overallProgress of a newly created animation without an effect is unresolved:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - overallProgress of an animation whose currentTime is unresolved is unresolved.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - overallProgress of an animation whose effect's endTime is zero is zero if its currentTime is negative.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - overallProgress of an animation whose effect's endTime is zero is one if its currentTime is non-negative.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - overallProgress of an animation whose effect's endTime is infinity is zero.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - overallProgress of an animation is calculated by currentTime / effect endTime.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- overallProgress of a newly created animation without an effect is unresolved:
- /web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html [wpt.fyi]
- animation.overallProgress reflects the progress of a scroll animation as a number between 0 and 1:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - animation.overallProgress reflects the overall progress of a scroll animation with multiple iterations.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - animation.overallProgress reflects the overall progress of a scroll animation that uses a view-timeline.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - overallProgresss of a view-timeline is bounded between 0 and 1.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- animation.overallProgress reflects the progress of a scroll animation as a number between 0 and 1:
- /web-animations/interfaces/Animation/style-change-events.html [wpt.fyi]
- All property keys are recognized:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- All property keys are recognized:
Comment 5•10 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ae0044960255
https://hg.mozilla.org/mozilla-central/rev/4028f8a30a37
Description
•