Closed Bug 1262796 Opened 8 years ago Closed 5 years ago

Support SVG preview for HTTP responses

Categories

(DevTools :: Console, enhancement, P2)

enhancement

Tracking

(firefox48 affected)

RESOLVED WORKSFORME
Tracking Status
firefox48 --- affected

People

(Reporter: sebo, Unassigned)

References

Details

This is a follow up for bug 1211525.

It should be possible to preview SVG images similar to other images inside the 'Response' tab.
The raw data might be displayed using XML syntax highlighting as covered in bug 1247392.

Sebastian
Severity: normal → enhancement
Product: Firefox → DevTools

Looks like it's working:

  1. Go to data:text/html,<meta charset=utf8><img src=https://upload.wikimedia.org/wikipedia/commons/6/67/Firefox_Logo%2C_2017.svg>
  2. Open the console
  3. Ensure the "Request" filter is enabled
  4. Reload the page
  5. Click on the new message and go to the "Response" tab

-> I do see the preview.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.