Perma /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Removes an animation after updating another animation's timeline - promise_test: when Gecko 75 merges to Beta on 2020-03-09
Categories
(Core :: DOM: Animation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox73 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | + | verified |
People
(Reporter: ccoroiu, Assigned: boris)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[Tracking Requested - why for this release]:
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=290570489&repo=try&lineNumber=4535
task 2020-02-26T14:05:26.010Z] 14:05:26 INFO - TEST-UNEXPECTED-FAIL | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Removes an animation after updating another animation's timeline - promise_test: Unhandled rejection with value: object "TypeError: setting getter-only property "timeline""
[task 2020-02-26T14:05:26.011Z] 14:05:26 INFO -
[task 2020-02-26T14:05:26.011Z] 14:05:26 INFO - TEST-UNEXPECTED-FAIL | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Removes an animation after updating its timeline - promise_test: Unhandled rejection with value: object "TypeError: setting getter-only property "timeline""
[task 2020-02-26T14:05:26.019Z] 14:05:26 INFO -
[task 2020-02-26T14:05:26.019Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Removes an animation after updating another animation's effect to one with a different target
[task 2020-02-26T14:05:26.020Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Removes an animation after updating its effect to one with a different target
[task 2020-02-26T14:05:26.020Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT remove a CSS animation tied to markup
[task 2020-02-26T14:05:26.020Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Removes a CSS animation no longer tied to markup
[task 2020-02-26T14:05:26.021Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT remove a CSS transition tied to markup
[task 2020-02-26T14:05:26.021Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Removes a CSS transition no longer tied to markup
[task 2020-02-26T14:05:26.021Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Dispatches an event when removing
[task 2020-02-26T14:05:26.021Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT dispatch a remove event twice
[task 2020-02-26T14:05:26.021Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT remove an animation after making a redundant change to another animation's current time
[task 2020-02-26T14:05:26.021Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT remove an animation after making a redundant change to its current time
[task 2020-02-26T14:05:26.022Z] 14:05:26 INFO - TEST-UNEXPECTED-FAIL | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT remove an animation after making a redundant change to another animation's timeline - promise_test: Unhandled rejection with value: object "TypeError: setting getter-only property "timeline""
[task 2020-02-26T14:05:26.023Z] 14:05:26 INFO -
[task 2020-02-26T14:05:26.023Z] 14:05:26 INFO - TEST-UNEXPECTED-FAIL | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT remove an animation after making a redundant change to its timeline - promise_test: Unhandled rejection with value: object "TypeError: setting getter-only property "timeline""
[task 2020-02-26T14:05:26.025Z] 14:05:26 INFO -
[task 2020-02-26T14:05:26.026Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT remove an animation after making a redundant change to another animation's effect's properties
[task 2020-02-26T14:05:26.026Z] 14:05:26 INFO - TEST-PASS | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Does NOT remove an animation after making a redundant change to its effect's properties
[task 2020-02-26T14:05:26.026Z] 14:05:26 INFO - TEST-UNEXPECTED-FAIL | /web-animations/timing-model/timelines/update-and-send-events-replacement.html | Updates ALL timelines before checking for replacement - promise_test: Unhandled rejection with value: object "TypeError: setting getter-only property "timeline""
[task 2020-02-26T14:05:26.027Z] 14:05:26 INFO - ....
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
The setter of Animation.timeline is supported only on Nightly.
Updated•5 years ago
|
Comment 2•5 years ago
|
||
I added the patch into today Beta-Sim and the test didn`t fail
Comment 4•5 years ago
|
||
bugherder |
Comment 5•5 years ago
|
||
Verified as fixed in today's beta sim https://treeherder.mozilla.org/?#/jobs?repo=try&group_state=expanded&revision=844a805ed6ebf40bb80c448514386a0e82518e5d&searchStr=wpt
Updated•5 years ago
|
Description
•