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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 10:25:51 PST 2013


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-03-07 10:28:15 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > What about transforms?
> 
> Don't transforms always get a layer? RenderLayer::contentsOpaqueInRect returns false if there is a transform.

OK, but childBox->style()->position() != StaticPosition also means that the child will have a layer.

Also, bailing on childBox->layer()->contentsOpaqueInRect() is wrong if the child's layer is composited.

-- 
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