NEW 106126
SVG tests have weird rounding issues, flaking between 0.00 and -0.00
https://bugs.webkit.org/show_bug.cgi?id=106126
Summary SVG tests have weird rounding issues, flaking between 0.00 and -0.00
Terry Anderson
Reported 2013-01-04 13:04:18 PST
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
Terry Anderson
Comment 1 2013-01-04 13:16:58 PST
Updated TestExpectations: http://trac.webkit.org/changeset/138844
Dimitri Glazkov (Google)
Comment 2 2013-01-07 10:10:08 PST
Also: svg/overflow/overflow-on-inner-svg-element.svg svg/dom/css-transforms.xhtml
Philip Rogers
Comment 3 2013-01-07 10:16:54 PST
Adding some more SVG friends to this; any idea what might be up here?
W. James MacLean
Comment 4 2013-01-07 11:42:10 PST
(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
Comment 5 2013-01-21 21:15:22 PST
*** Bug 106387 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.