[Webkit-unassigned] [Bug 172742] New: Web Inspector: Image data renders as binary string in Network preview when loaded via XHR
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 30 19:48:23 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172742
Bug ID: 172742
Summary: Web Inspector: Image data renders as binary string in
Network preview when loaded via XHR
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: nate.abele at gmail.com
CC: inspector-bugzilla-changes at group.apple.com
This is a re-post of https://bugs.webkit.org/show_bug.cgi?id=103528, which was opened against the old inspector. The issue persists in the new inspector. The reproduce instructions are nearly identical:
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) Find the request in the Network tab
4) Click the arrow next to the file name to open the resource view
5) Observe raw binary output
Probably related to https://bugs.webkit.org/show_bug.cgi?id=141389
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170531/f1e1772f/attachment.html>
More information about the webkit-unassigned
mailing list