[Webkit-unassigned] [Bug 164386] New: SVG sprites don't work when served from server
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 3 16:20:09 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164386
Bug ID: 164386
Summary: SVG sprites don't work when served from server
Classification: Unclassified
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Images
Assignee: webkit-unassigned at lists.webkit.org
Reporter: quanxunzhen at gmail.com
Created attachment 293824
--> https://bugs.webkit.org/attachment.cgi?id=293824&action=review
testcase
Using URL fragment to specify SVG sprite as image works when the SVG file is a local file. However, it doesn't work when the SVG file is served remotely. (Or even from localhost)
Steps to Reproduce:
1. Extract the testcase file to a directory
2. Run an HTTP server for that directory (simplest way is python -mSimpleHTTPServer)
3. Browse the test file via HTTP
Expected Results:
It should show a green block, like what it shows when you open the file from local directly.
Actual Results:
It shows a red block.
I can reliably reproduce this issue on Safari 10 as well as the Technology Preview. I tried to test Nightly but it seems it doesn't work at all, so I gave up...
--
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/20161103/8231c9ab/attachment-0001.html>
More information about the webkit-unassigned
mailing list