Bug 88757

Summary: Use testRunner instead of layoutTestController in animations tests
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, igor.oliveira, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 88210    
Bug Blocks:    
Attachments:
Description Flags
Patch none

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.