[Webkit-unassigned] [Bug 111701] Basic child obscuration test for backgrounds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 7 09:07:27 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=111701
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #191961|review? |review-
Flag| |
--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> 2013-03-07 09:09:51 PST ---
(From update of attachment 191961)
View in context: https://bugs.webkit.org/attachment.cgi?id=191961&action=review
You should add a repaint test for this.
> Source/WebCore/rendering/RenderBox.cpp:1145
> + if (childBox->style()->visibility() != VISIBLE)
> + continue;
> + if (childBox->style()->position() != StaticPosition && childBox->containingBlock() != this)
> + continue;
What about transforms?
--
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