WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
54267
Web Inspector: CSS tab does not parse absolute URLs for background-image
https://bugs.webkit.org/show_bug.cgi?id=54267
Summary
Web Inspector: CSS tab does not parse absolute URLs for background-image
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug