[webkit-reviews] review denied: [Bug 48771] Support background-clip: content-box : [Attachment 78843] Patch to add content-box as a valid background-clip value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 13 12:58:09 PST 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has denied
krithigassree.sambamurthy at nokia.com's request for review:
Bug 48771: Support background-clip: content-box
https://bugs.webkit.org/show_bug.cgi?id=48771

Attachment 78843: Patch to add content-box as a valid background-clip value
https://bugs.webkit.org/attachment.cgi?id=78843&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=78843&action=review

> LayoutTests/fast/css/background-clip-values.html:36
> +<div id="box1">
> +Background color should be clipped to the content box. Padding space is
white.
> +</div>
> +<br>
> +Background color should be clipped to the padding box. Padding space is
yellow.
> +<br>
> +Background color should be clipped to the border box. Yellow should be
visible within the dashed border.
> +</div>
> +</body>

If you remove the visible text from the testcase, your pixel results could be
cross-platform (just put them in the same directory as the tests). You can keep
the text there in an HTML comment.


More information about the webkit-reviews mailing list