Bug 80517
Summary: | [Chromium] Unexpected changes in SVG animated results | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stephen Chenney <schenney> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dominicc, schenney, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Stephen Chenney
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephen Chenney
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
Stephen Chenney
Committed r110101: <http://trac.webkit.org/changeset/110101>
Stephen Chenney
Only updated expectations. This is still to be fixed.
Stephen Chenney
Committed r110102: <http://trac.webkit.org/changeset/110102>
Stephen Chenney
Just added expectations. Maybe 3 issues to address here.
Dominic Cooney
svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html also has spurious grey rectangles; I rebaselined these in r139823.
Dominic Cooney
*** Bug 106875 has been marked as a duplicate of this bug. ***