Bug 73146

Summary: [Mac] svg/repaint/filter-child-repaint.svg is failing
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: SVGAssignee: Joel Webber <jgw>
Status: ASSIGNED ---    
Severity: Normal CC: jgw, krit, robert, thorton, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68469    

Description Ryosuke Niwa 2011-11-25 14:59:24 PST
The test added by http://trac.webkit.org/changeset/100036 is failing on Mac. Unfortunately the revision didn't add png result so you can see the failure only locally. I'll add the failing png result shortly so that other folks see what the failure looks like.
Comment 1 Ryosuke Niwa 2011-11-25 17:02:49 PST
Committed the failing expectation in http://trac.webkit.org/changeset/101182.
Comment 2 Joel Webber 2011-11-25 18:37:49 PST
My apologies for any problems this has caused. I'm still getting up to speed on which layout tests are run under which circumstances, and will address this issue as soon as I get back into the office and can get a mac build going. It's not immediately obvious how this could be a platform-specific failure, but I imagine I can sort it out in short order.

I can't edit webkit bugs, btw, but feel free to assign this to me.
Comment 3 Joel Webber 2012-01-09 11:41:15 PST
@Ryosuke: I've finally gotten back to looking at this. I'm trying to reproduce the failure, but on my Mac laptop (Lion) I'm seeing the correct behavior (two green boxes).

I apologize for still being a little fuzzy on the details of the platform pixel tests -- is there a particular place I should be looking to see where this is failing (and on what particular OS version)?
Comment 4 Ryosuke Niwa 2012-01-09 11:56:20 PST
http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/svg/repaint/filter-child-repaint-expected.png

(In reply to comment #3)
> @Ryosuke: I've finally gotten back to looking at this. I'm trying to reproduce the failure, but on my Mac laptop (Lion) I'm seeing the correct behavior (two green boxes).

It's possible that the failure only occurs on Snow Leopard or it has been fixed.