Bug 54267

Summary: Web Inspector: CSS tab does not parse absolute URLs for background-image
Product: WebKit Reporter: Matt X <blacknugget>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

Matt X
Reported 2011-02-10 20:09:47 PST
In CSS given a style, served from page http://localhost.com/sample/test.html .myclass { background-image: url("http://server.com/image"); } The inspector incorrectly believes the background-image URL is http://localhost.com/sample/test.html/http://server.com/image Why is this? The webkit browser clearly loaded it correctly, just the inspector is messed up
Attachments
Alexander Pavlov (apavlov)
Comment 1 2011-02-11 15:21:18 PST
The issue you are referring to was tentatively fixed in http://trac.webkit.org/changeset/74710 (at least, I cannot reproduce the bug.) Please reopen if you are using a nightly WebKit build, and specify more info.
Note You need to log in before you can comment on or make changes to this bug.