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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
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.