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+

Ryosuke Niwa
Reported 2012-08-01 23:21:20 PDT
Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests
Attachments
Patch (602.99 KB, patch)
2012-08-01 23:28 PDT, Ryosuke Niwa
tkent: review+
Ryosuke Niwa
Comment 1 2012-08-01 23:28:35 PDT
Kent Tamura
Comment 2 2012-08-02 01:33:28 PDT
Comment on attachment 155980 [details] Patch looks ok
Ryosuke Niwa
Comment 3 2012-08-03 18:13:31 PDT
Ryosuke Niwa
Comment 4 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"
Note You need to log in before you can comment on or make changes to this bug.