Bug 80517

Summary: [Chromium] Unexpected changes in SVG animated results
Product: WebKit Reporter: Stephen Chenney <schenney>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dominicc, schenney, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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. ***