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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 17:56:24 PDT 2013


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #192839|review?                     |review+
               Flag|                            |




--- Comment #23 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-03-12 17:58:49 PST ---
(From update of attachment 192839)
View in context: https://bugs.webkit.org/attachment.cgi?id=192839&action=review

> Source/WebCore/rendering/RenderBox.cpp:1202
> +            if (layer() && layer()->isStackingContext() && childLayer->zIndex() < layer()->zIndex())

This should be childLayer->zIndex() < 0.

> Source/WebCore/rendering/RenderBox.cpp:1204
> +            if (childLayer->hasTransform() || childLayer->isTransparent() || childLayer->isSelfPaintingLayer())

I don't think you need to bail on childLayer->isSelfPaintingLayer()

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