Bug 106126
Summary: | SVG tests have weird rounding issues, flaking between 0.00 and -0.00 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Terry Anderson <tdanderson> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dglazkov, fmalita, macpherson, pdr, schenney, wjmaclean, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Terry Anderson
The following layout tests are flaky on XP:
svg/custom/feComponentTransfer-Table.svg (Pass/ImageOnlyFailure)
svg/custom/embedding-external-svgs.xhtml (Pass/Failure)
Probable cause: Unknown
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Terry Anderson
Updated TestExpectations: http://trac.webkit.org/changeset/138844
Dimitri Glazkov (Google)
Also:
svg/overflow/overflow-on-inner-svg-element.svg
svg/dom/css-transforms.xhtml
Philip Rogers
Adding some more SVG friends to this; any idea what might be up here?
W. James MacLean
(In reply to comment #3)
> Adding some more SVG friends to this; any idea what might be up here?
Is it perhaps due to Skia doing bit-wise compares during matrix equality tests, meaning -0 and 0 fail to be considered equal?
Philip Rogers
*** Bug 106387 has been marked as a duplicate of this bug. ***