[Webkit-unassigned] [Bug 170834] background-position with only one [ <length | <percent> ] value with gradient incorrectly rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 26 07:28:52 PDT 2017


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

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Need to fix RenderBoxModelObject::calculateFillTileSize) which calls RenderBoxModelObject::calculateImageIntrinsicDimensions() which has this:

    // A generated image without a fixed size, will always return the container size as intrinsic size.
    if (image->isGeneratedImage() && image->usesImageContainerSize())

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170426/52c670b6/attachment.html>


More information about the webkit-unassigned mailing list