WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
103528
Web Inspector: Image data renders as binary string in Network preview when loaded via XHR
https://bugs.webkit.org/show_bug.cgi?id=103528
Summary
Web Inspector: Image data renders as binary string in Network preview when lo...
Nate Abele
Reported
2012-11-28 08:10:51 PST
When requesting image resources via XHR, the preview view in the Network tab displays byte sequences in the Preview / Response tabs, rather than the typical image preview. Steps to reproduce: 1) Load up google.com 2) Open the console and run the following: xhr = new XMLHttpRequest(); xhr.open("GET", "/images/srpr/logo3w.png", true); xhr.setRequestHeader("Accept", "image/png"); xhr.send(); 3) Inspect the request in the Network tab, examine output
Attachments
Add attachment
proposed patch, testcase, etc.
Vivek Galatage
Comment 1
2012-12-03 03:29:59 PST
Patch to follow.
Brian Burg
Comment 2
2014-12-12 13:40:33 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (
https://www.webkit.org/new-inspector-bug
) if the bug/feature/issue is still relevant to WebKit trunk.
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