<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Null cached image for certain uses of -webkit-image-set (but NOT image-set)"
href="https://bugs.webkit.org/show_bug.cgi?id=159367#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Null cached image for certain uses of -webkit-image-set (but NOT image-set)"
href="https://bugs.webkit.org/show_bug.cgi?id=159367">bug 159367</a>
from <span class="vcard"><a class="email" href="mailto:bfulgham@webkit.org" title="Brent Fulgham <bfulgham@webkit.org>"> <span class="fn">Brent Fulgham</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=159367#c2">comment #2</a>)
<span class="quote">> 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></span >
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></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>