Bug 88757 - Use testRunner instead of layoutTestController in animations tests
Summary: Use testRunner instead of layoutTestController in animations tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 88210
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-10 23:39 PDT by Ryosuke Niwa
Modified: 2012-06-11 10:22 PDT (History)
4 users (show)

See Also:


Attachments
Patch (51.43 KB, patch)
2012-06-10 23:40 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-06-10 23:39:23 PDT
Use testRunner instead of layoutTestController in animations tests
Comment 1 Ryosuke Niwa 2012-06-10 23:40:51 PDT
Created attachment 146792 [details]
Patch
Comment 2 Ryosuke Niwa 2012-06-11 00:11:41 PDT
Did
find LayoutTests/animations/ LayoutTests/platform/*/animations/ -type f -not -iwholename "*.svn*" -not -name "*.png" | xargs sed -i -e "s/layoutTestController/testRunner/g"
Comment 3 WebKit Review Bot 2012-06-11 10:22:25 PDT
Comment on attachment 146792 [details]
Patch

Clearing flags on attachment: 146792

Committed r119985: <http://trac.webkit.org/changeset/119985>
Comment 4 WebKit Review Bot 2012-06-11 10:22:30 PDT
All reviewed patches have been landed.  Closing bug.