Bug 80517 - [Chromium] Unexpected changes in SVG animated results
Summary: [Chromium] Unexpected changes in SVG animated results
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 106875 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-07 09:27 PST by Stephen Chenney
Modified: 2013-04-08 14:48 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Chenney 2012-03-07 09:27:33 PST
svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr.html
svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr.html
svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop.html
svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop.html

These tests are showing that the filter result has moved when comparing the former expectations and the new expectations. This may be an issue with the test or may be an issue with the underlying code, as the difference in image position seems to be 2 pixels, which is the same amount that the animation moves the target.

See, for example, http://build.chromium.org/f/chromium/layout_test_results/Webkit_Mac10_6/results/layout-test-results/svg/dynamic-updates/ for the old and new expectations.

The same difference is not present in the mac expectations, suggesting this is Chromium specific.
Comment 1 Stephen Chenney 2012-03-07 09:30:26 PST
The turbulence filter content has also changed, but only for these two tests. I find this unexpected, because any change I would expect to see in every image, not just these.

svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html = IMAGE
svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html = IMAGE
Comment 2 Stephen Chenney 2012-03-07 14:08:03 PST
Committed r110101: <http://trac.webkit.org/changeset/110101>
Comment 3 Stephen Chenney 2012-03-07 14:08:26 PST
Only updated expectations. This is still to be fixed.
Comment 4 Stephen Chenney 2012-03-07 14:17:48 PST
Committed r110102: <http://trac.webkit.org/changeset/110102>
Comment 5 Stephen Chenney 2012-03-07 14:18:17 PST
Just added expectations. Maybe 3 issues to address here.
Comment 6 Dominic Cooney 2013-01-15 19:02:32 PST
svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html also has spurious grey rectangles; I rebaselined these in r139823.
Comment 7 Dominic Cooney 2013-01-15 19:03:46 PST
*** Bug 106875 has been marked as a duplicate of this bug. ***