Bug 53109

Summary: Convert requestAnimationFrame tests to be script-tests
Product: WebKit Reporter: James Robinson <jamesr>
Component: New BugsAssignee: James Robinson <jamesr>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, fishd, mihaip
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mihaip: review+

Description James Robinson 2011-01-25 11:53:37 PST
Convert requestAnimationFrame tests to be script-tests
Comment 1 James Robinson 2011-01-25 11:54:28 PST
Created attachment 80091 [details]
Patch
Comment 2 James Robinson 2011-01-25 11:55:48 PST
Easy review, I promise!
Comment 3 Mihai Parparita 2011-01-25 11:58:37 PST
Comment on attachment 80091 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=80091&action=review

> LayoutTests/fast/animation/script-tests/request-animation-frame-cancel2.js:19
> +var successfullyParsed = true;

You have this twice.
Comment 4 James Robinson 2011-01-25 12:01:22 PST
Committed r76623: <http://trac.webkit.org/changeset/76623>