[Webkit-unassigned] [Bug 111701] Basic child obscuration test for backgrounds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 14:45:45 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=111701





--- Comment #16 from Antti Koivisto <koivisto at iki.fi>  2013-03-11 14:48:09 PST ---
(In reply to comment #15)
> (From update of attachment 192545 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=192545&action=review
> 
> > Source/WebCore/ChangeLog:26
> > +            In case of multiple background layers the last one should determine background color clip.
> > +            Tested by ietestcenter/css3/bordersbackgrounds/background_color_padding_box.htm
> 
> So why not testcase?

This is a workaround for an existing bug with background-clip property when there are multiple background layers that specify different clips. The rest of the patch makes the bug observable. I didn't add a new test since it is already covered. 

As far as I see all places that use RenderStyle::backgroundClip() are wrong though it doesn't really matter in practice as the case is extremely obscure.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list