Bug 19850 - REGRESSION (r34887): SVGEllipseElement-dom-cx-attr.html and SVGEllipseElement-svgdom-cx-prop.html are failing
Summary: REGRESSION (r34887): SVGEllipseElement-dom-cx-attr.html and SVGEllipseElement...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/trunk...
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2008-07-01 17:54 PDT by mitz
Modified: 2008-07-02 04:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2008-07-01 17:54:50 PDT
These two tests have been failing since r34887.
Comment 1 Mark Rowe (bdash) 2008-07-02 04:20:05 PDT
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.