[Webkit-unassigned] [Bug 159367] Null cached image for certain uses of -webkit-image-set (but NOT image-set)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 1 14:11:13 PDT 2016


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

--- Comment #3 from Brent Fulgham <bfulgham at webkit.org> ---
(In reply to comment #2)
> This markup shows the problem:
> 
> <div style="width: 572px; height: 572px">
>     <img id="target" src="resources/test_image.jpg" style="content:
> -webkit-image-set(url(resources/test_image_1x.jpg) 1x); width: 100%; height:
> 100%;">
> </div>

The scaling is not needed. This is sufficient to trigger the bug:

<!DOCTYPE html>
<html>
<body>
    <img src="resources/test_image.jpg" style="content: -webkit-image-set(url(resources/test_image_1x.jpg) 1x); width: 100%; height: 100%;">
</body>
</html>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160701/6c8f0cfb/attachment.html>


More information about the webkit-unassigned mailing list