Bug 61840 - Move fast/images/*svg* to svg/as-image/
Summary: Move fast/images/*svg* to svg/as-image/
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 00:37 PDT by Nikolas Zimmermann
Modified: 2011-06-01 01:26 PDT (History)
1 user (show)

See Also:


Attachments
Patch (19.75 KB, patch)
2011-06-01 00:39 PDT, Nikolas Zimmermann
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.