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 |
Description
Dominik Röttsches (drott)
2012-04-23 06:33:13 PDT
From the date I'm guessing you're not currently working on this. I'll take a look. 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? Oh, and this is not just EFL. Happens on most (all?) ports. (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". |