<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&#64;webkit.org" title="Brent Fulgham &lt;bfulgham&#64;webkit.org&gt;"> <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">&gt; This markup shows the problem:
&gt; 
&gt; &lt;div style=&quot;width: 572px; height: 572px&quot;&gt;
&gt;     &lt;img id=&quot;target&quot; src=&quot;resources/test_image.jpg&quot; style=&quot;content:
&gt; -webkit-image-set(url(resources/test_image_1x.jpg) 1x); width: 100%; height:
&gt; 100%;&quot;&gt;
&gt; &lt;/div&gt;</span >

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

&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;body&gt;
    &lt;img src=&quot;resources/test_image.jpg&quot; style=&quot;content: -webkit-image-set(url(resources/test_image_1x.jpg) 1x); width: 100%; height: 100%;&quot;&gt;
&lt;/body&gt;
&lt;/html&gt;</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>