Bug 15403 - svg/custom/use-css-events.svg seems to have regressed on feature-branch
Summary: svg/custom/use-css-events.svg seems to have regressed on feature-branch
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nikolas Zimmermann
URL: http://trac.webkit.org/projects/webki...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-06 11:42 PDT by Eric Seidel (no email)
Modified: 2007-12-02 21:45 PST (History)
0 users

See Also:


Attachments
Initial patch (3.02 KB, patch)
2007-12-02 16:54 PST, Nikolas Zimmermann
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-10-06 11:42:05 PDT
svg/custom/use-css-events.svg seems to have regressed on feature-branch

Not sure when or how.  But actual and expected images seem to disagree.
Comment 1 Eric Seidel (no email) 2007-10-06 19:34:47 PDT
The test case is still rather complicated.  Not entirely sure what it's testing.
Comment 2 Nikolas Zimmermann 2007-12-02 16:54:22 PST
Created attachment 17656 [details]
Initial patch

Also fixes several existing other test cases (all regresssions).
Comment 3 Adam Roben (:aroben) 2007-12-02 16:57:59 PST
Comment on attachment 17656 [details]
Initial patch

r=me
Comment 4 Nikolas Zimmermann 2007-12-02 17:05:54 PST
Landed in r28325.
Comment 5 Eric Seidel (no email) 2007-12-02 21:45:20 PST
Comment on attachment 17656 [details]
Initial patch

Um, it's seems kinda lame that any code depends on inner SVG's having width() height() set on their renderer.  width()/height() are HTML rendering tree concepts.  I guess they can be re-used in this manner.