Bug 84592
Summary: | [EFL][DRT] Unclear timing behavior of LayoutTestController suspendAnimations() / resumeAnimations() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | WebKit EFL | Assignee: | Dominik Röttsches (drott) <d-r> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fersantos20, gyuyoung.kim, jussi.kukkonen, lucas.de.marchi, sw0524.lee, tmpsantos |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dominik Röttsches (drott)
animations/stop-animation-on-suspend.html needs more investigation - currently fails with position values too far off.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jussi Kukkonen (jku)
From the date I'm guessing you're not currently working on this. I'll take a look.
Jussi Kukkonen (jku)
I believe the "webkitAnimationStart" event on document and the one on iframe happen at different times, but the test starts a single timer (on documents event) and of course the the iframe animation isn't synced.
That sounds like quite an assumption in the test, but maybe that's how it is supposed to happen?
Jussi Kukkonen (jku)
Oh, and this is not just EFL. Happens on most (all?) ports.
Jussi Kukkonen (jku)
(In reply to comment #2)
> I believe the "webkitAnimationStart" event on document and the one on iframe happen at different times, but the test starts a single timer (on documents event) and of course the the iframe animation isn't synced.
Rephrasing this: "When animationStart happens, the "iframe-box" element does not even exist in the DOM yet".
Dominik Röttsches (drott)
*** This bug has been marked as a duplicate of bug 49182 ***