[Webkit-unassigned] [Bug 148372] New: SVG external media doesn't accept Blob URIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 23 19:38:59 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148372

            Bug ID: 148372
           Summary: SVG external media doesn't accept Blob URIs
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: patket at microsoft.com
                CC: zimmermann at kde.org

Created attachment 259745
  --> https://bugs.webkit.org/attachment.cgi?id=259745&action=review
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150824/4b41f155/attachment-0001.html>


More information about the webkit-unassigned mailing list