RESOLVED FIXED 92947
Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests
https://bugs.webkit.org/show_bug.cgi?id=92947
Summary Use testRunner instead of layoutTestController in fast/scrolling through fast...
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.