Closed
Bug 1424644
Opened 8 years ago
Closed 8 years ago
Check pending state for 'finish_and_pause' and 'finish_from_pause_pending' in observer tests
Categories
(Core :: DOM: Animation, enhancement, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
Details
Attachments
(1 file)
There are two test cases for animation observers,
1) Calling finish() during pause pending, the test name is finish_from_pause_pending
2) Calling finish() after pause pending finished, the test name is finish_and_pause
When I wrote a patch for bug 1416693, I did not notice it, but Boris notice it to me (bug 1416693 comment 6)! We should check the pending state respectively to make sure whether pending state has been finished or not.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8936176 [details]
Bug 1424644 - Check pending state to make sure the animation has been paused or not.
https://reviewboard.mozilla.org/r/206934/#review212886
Attachment #8936176 -
Flags: review?(bbirtles) → review+
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c840afb8a68
Check pending state to make sure the animation has been paused or not. r=birtles
Updated•8 years ago
|
Priority: -- → P3
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•