<html>
    <head>
      <base href="https://bugs.webkit.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION (r206744): CSS background-image in style attribute ignored when using createHTMLDocument method of DOM parsing"
   href="https://bugs.webkit.org/show_bug.cgi?id=170285#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION (r206744): CSS background-image in style attribute ignored when using createHTMLDocument method of DOM parsing"
   href="https://bugs.webkit.org/show_bug.cgi?id=170285">bug 170285</a>
              from <span class="vcard"><a class="email" href="mailto:cdumez&#64;apple.com" title="Chris Dumez &lt;cdumez&#64;apple.com&gt;"> <span class="fn">Chris Dumez</span></a>
</span></b>
        <pre>(In reply to Simon Fraser (smfr) from <a href="show_bug.cgi?id=170285#c7">comment #7</a>)
<span class="quote">&gt; I regressed this to <a href="https://trac.webkit.org/changeset/206744/webkit">https://trac.webkit.org/changeset/206744/webkit</a></span >

Looks like Andy's change caused us to resolve relative CSS image URLs at parsing time instead of loading time. So in cases like the one in this bug (where the image is parsed in one document and then moved to another), we fail to resolve the relative URL. We really need to resolve relative URLs at load time, like we used to, using the loader/document provided.</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>