Closed Bug 1933157 Opened 14 days ago Closed 10 days ago

[wpt-sync] Sync PR 49353 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=283672

Categories

(Core :: DOM: Animation, task, P4)

task

Tracking

()

RESOLVED FIXED
135 Branch
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 to Animation.overallProgress and use a dedicated run-time flag for it

Component: web-platform-tests → DOM: Animation
Product: Testing → Core

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)
  • /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)
  • /web-animations/interfaces/Animation/style-change-events.html [wpt.fyi]
    • All property keys are recognized: FAIL (Chrome: FAIL, Safari: FAIL)
Status: NEW → RESOLVED
Closed: 10 days ago
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in before you can comment on or make changes to this bug.