Bug 92898

Summary: Use testRunner instead of layoutTestController in SVG tests
Product: WebKit Reporter: Florin Malita <fmalita>
Component: SVGAssignee: Florin Malita <fmalita>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, feature-media-reviews, krit, rniwa, webkit.review.bot, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 88210    
Bug Blocks:    
Attachments:
Description Flags
Patch none

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.