Bug 148372 - SVG external media doesn't accept Blob URIs
Summary: SVG external media doesn't accept Blob URIs
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-23 19:38 PDT by Patrick Kettner
Modified: 2022-07-15 17:11 PDT (History)
4 users (show)

See Also:


Attachments
test page (490 bytes, text/html)
2015-08-23 19:38 PDT, Patrick Kettner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Kettner 2015-08-23 19:38:59 PDT
Created attachment 259745 [details]
test page

Safari does not allow for you to use a blob uri as a source for external media (e.g. use's xhlink:href). This is useful for clientside created assets, as well as as a feature test to detect SVG external media support.
It seems to be attempting to request it from the network as it shows as a 404 error in the network tab. 


All other browsers that support the file blobs and createObjectURL are able to do this.

I have attached a test page showing the issue.
Comment 1 Brent Fulgham 2022-07-15 17:11:21 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.