Bug 84592

Summary: [EFL][DRT] Unclear timing behavior of LayoutTestController suspendAnimations() / resumeAnimations()
Product: WebKit Reporter: Dominik Röttsches (drott) <d-r>
Component: WebKit EFLAssignee: 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)
Reported 2012-04-23 06:33:13 PDT
animations/stop-animation-on-suspend.html needs more investigation - currently fails with position values too far off.
Attachments
Jussi Kukkonen (jku)
Comment 1 2012-10-09 08:58:07 PDT
From the date I'm guessing you're not currently working on this. I'll take a look.
Jussi Kukkonen (jku)
Comment 2 2012-10-09 12:45:15 PDT
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)
Comment 3 2012-10-09 12:47:15 PDT
Oh, and this is not just EFL. Happens on most (all?) ports.
Jussi Kukkonen (jku)
Comment 4 2012-10-10 04:50:42 PDT
(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)
Comment 5 2012-10-30 05:53:12 PDT
*** This bug has been marked as a duplicate of bug 49182 ***
Note You need to log in before you can comment on or make changes to this bug.