[wpt-sync] Sync PR 41668 - [SDA] Avoid initializing a deferred start time based on a potentially stale timeline.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox119 fixed)
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41668 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41668
Details from upstream follow.
Kevin Ellis <kevers@google.com> wrote:
[SDA] Avoid initializing a deferred start time based on a potentially stale timeline.
Previously, the start time of an animation could be initialized during
the update snapshot phase as well as the snapshot validation phase.
The snapshot is stale during the update snapshot phase if a layout
dependency is introduced during style-update.The stale start time will get corrected during snapshot validation;
however, we can trigger unexpected animationstart or animationend
events based on the stale start time. We prevent this, but only
initializing the start time during snapshot validation.Bug: 1470309
Change-Id: Ibbe09247545ce06a8c723f96d015b0263aba9c7fReviewed-on: https://chromium-review.googlesource.com/4817568
WPT-Export-Revision: 1b4609bfdb29984ed64a4e446e4e7ae6a9478c1e
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 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /scroll-animations/css/animation-events.html [wpt.fyi]
- View timelime generates animationstart and animationend events:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- View timelime generates animationstart and animationend events:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fd9ddcb7a235
https://hg.mozilla.org/mozilla-central/rev/f8c05049bb74
Description
•