Bug 61840

Summary: Move fast/images/*svg* to svg/as-image/
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review+

Description Nikolas Zimmermann 2011-06-01 00:37:17 PDT
Move fast/images/*svg* to svg/as-image/.
The SVG crowd regulary runs pixel tests, and we'd like to also include the SVG-as-image tests in our daily runs.
Also it makes more sense to have these tests in a single place, just like eg. svg/in-html (html5+svg).
Comment 1 Nikolas Zimmermann 2011-06-01 00:39:43 PDT
Created attachment 95557 [details]
Patch

Only included the changes of the expectations, did not include the actual move of files, to save patch size.
Comment 2 Adam Barth 2011-06-01 00:50:16 PDT
Comment on attachment 95557 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=95557&action=review

> LayoutTests/platform/qt-mac/Skipped:1925
> -fast/images/animated-svg-as-image.html
> +svg/as-image/animated-svg-as-image.html

I think these are supposed to be alphabetical
Comment 3 Nikolas Zimmermann 2011-06-01 01:26:29 PDT
Thanks Adam, landed in r87782.