RESOLVED FIXED 92898
Use testRunner instead of layoutTestController in SVG tests
https://bugs.webkit.org/show_bug.cgi?id=92898
Summary Use testRunner instead of layoutTestController in SVG tests
Florin Malita
Reported 2012-08-01 12:16:37 PDT
Use testRunner instead of layoutTestController in SVG tests.
Attachments
Patch (365.08 KB, patch)
2012-08-01 12:25 PDT, Florin Malita
no flags
Florin Malita
Comment 1 2012-08-01 12:25:05 PDT
Florin Malita
Comment 2 2012-08-01 12:26:23 PDT
Essentially grep -lr layoutTestController LayoutTests/svg | xargs sed -i 's/layoutTestController/testRunner/g'
Dirk Schulze
Comment 3 2012-08-01 14:34:29 PDT
Comment on attachment 155860 [details] Patch rs=me
WebKit Review Bot
Comment 4 2012-08-01 16:08:38 PDT
Comment on attachment 155860 [details] Patch Clearing flags on attachment: 155860 Committed r124380: <http://trac.webkit.org/changeset/124380>
WebKit Review Bot
Comment 5 2012-08-01 16:08:42 PDT
All reviewed patches have been landed. Closing bug.
Ryosuke Niwa
Comment 6 2012-08-01 22:17:32 PDT
Nice! Thank you.
Note You need to log in before you can comment on or make changes to this bug.