[Webkit-unassigned] [Bug 170285] REGRESSION (r206744): CSS background-image in style attribute ignored when using createHTMLDocument method of DOM parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 3 12:29:46 PDT 2017


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

--- Comment #8 from Chris Dumez <cdumez at apple.com> ---
(In reply to Simon Fraser (smfr) from comment #7)
> I regressed this to https://trac.webkit.org/changeset/206744/webkit

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.

-- 
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/20170403/60eaf910/attachment.html>


More information about the webkit-unassigned mailing list