Bug 53109 - Convert requestAnimationFrame tests to be script-tests
Summary: Convert requestAnimationFrame tests to be script-tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 11:53 PST by James Robinson
Modified: 2011-01-25 12:01 PST (History)
3 users (show)

See Also:


Attachments
Patch (16.72 KB, patch)
2011-01-25 11:54 PST, James Robinson
mihaip: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>