Bug 19850
Summary: | REGRESSION (r34887): SVGEllipseElement-dom-cx-attr.html and SVGEllipseElement-svgdom-cx-prop.html are failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | zimmermann |
Priority: | P1 | Keywords: | LayoutTestFailure, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://build.webkit.org/results/trunk-mac-ppc-release/13484/results.html |
mitz
These two tests have been failing since r34887.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
I landed a fix for this in r34953. Niko, can you please double-check that the fix I made doesn't invalidate the test?
The hit-testing on Tiger for the ellipse seems to be off by one pixel -- changing the X coordinate to 49 leads to the test passing, while 50 fails. I went with 45 just to be nice and safe.