Closed
Bug 1623452
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 22324 - AnimationEffect accounts for ScrollTimeline.phase
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
105.50 KB,
text/plain
|
Details |
Sync web-platform-tests PR 22324 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22324
Details from upstream follow.
Jordan Taylor <jortaylo@microsoft.com> wrote:
AnimationEffect accounts for ScrollTimeline.phase
With the addition of ScrollTimeline phase and the removal of
ScrollTimeline.fill, AnimationEffects now need to account for
ScrollTimeline.phase when they are calculating their own phase.Bug: 1046833
Change-Id: I6a13ab10105d81b2a0b19d205141d2bd89886a61
Reviewed-on: https://chromium-review.googlesource.com/2092188
WPT-Export-Revision: 202fdd86025d41761d8a36a06a924f9624a421d7
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM: Animation
Product: Testing → Core
Assignee | ||
Comment 1•5 years ago
|
||
PR 22324 applied with additional changes from upstream: 52575c9d7c3139cab33780e114b5cf9237a47157
Assignee | ||
Updated•5 years ago
|
Component: DOM: Animation → web-platform-tests
Product: Core → Testing
Assignee | ||
Comment 2•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e8b9d078c4110848888174da443c32ff2e34100c
Assignee | ||
Comment 3•5 years ago
|
||
# CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 144 tests
## Status Summary
### Firefox
OK : 77[Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] 78[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt] 111[GitHub]
PASS : 3123[Gecko-windows7-32-debug, Gecko-windows7-32-opt] 3148[Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt] 3290[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt] 3293[GitHub]
FAIL : 78[Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] 83[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt] 354[GitHub]
TIMEOUT: 24
ERROR : 7
### Chrome
OK : 118
PASS : 3336
FAIL : 181
TIMEOUT: 2
### Safari
OK : 111
PASS : 1544
FAIL : 808
TIMEOUT: 24
ERROR : 7
## Links
[Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=e8b9d078c4110848888174da443c32ff2e34100c)
[GitHub PR Head](https://wpt.fyi/results/?sha=8e6b6e6a71c24026e6c21246643ad13c873d09f9&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=8e6b6e6a71c24026e6c21246643ad13c873d09f9&label=pr_base)
## Details
### Firefox-only Failures
/web-animations/interfaces/Animatable/animate.html
animate() with pseudoElement parameter creates an Animation object for ::first-line: FAIL
(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fee1c8914416
[wpt PR 22324] - AnimationEffect accounts for ScrollTimeline.phase, a=testonly
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•