Open
Bug 1142065
Opened 10 years ago
Updated 2 years ago
Figure out why the disabled code in test_animation-player-starttime.html (and currenttime.html) is a bit racy
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: jwatt, Assigned: jwatt)
Details
In:
https://mxr.mozilla.org/mozilla-central/source/dom/animation/test/css-animations/test_animation-player-starttime.html?force=1
There is this disabled code:
> > + // This must come after we've set up the Promise chain, since requesting
> > + // computed style will force events to be dispatched.
> > + // XXX For some reason this fails occasionally (either the player.playState
> > + // check or the marginLeft check).
> > + //checkStateAtActiveIntervalEndTime(player);
We should figure out why that is and decide whether it's expected or not.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•