Bug 92947

Summary: Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric.carlson, feature-media-reviews, tkent, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 88210    
Bug Blocks:    
Attachments:
Description Flags
Patch tkent: review+

Description Ryosuke Niwa 2012-08-01 23:21:20 PDT
Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests
Comment 1 Ryosuke Niwa 2012-08-01 23:28:35 PDT
Created attachment 155980 [details]
Patch
Comment 2 Kent Tamura 2012-08-02 01:33:28 PDT
Comment on attachment 155980 [details]
Patch

looks ok
Comment 3 Ryosuke Niwa 2012-08-03 18:13:31 PDT
Committed r124680: <http://trac.webkit.org/changeset/124680>
Comment 4 Ryosuke Niwa 2012-08-03 18:55:30 PDT
The shell command I've been using thus far (just for the record):
find LayoutTests/fast/xsl LayoutTests/platform/*/fast/xsl -type f -not -wholename '*/.svn/*' -print0 | xargs -0 grep -nHl layoutTestController | xargs sed -i "" -e "s/layoutTestController/testRunner/g"