summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/referrer-policy/generic/resources/img-with-referrer-policy.svg
blob: d54232d7bbd5903e009a2ea1645e8ba276590064 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<svg width="100%" height="100%" version="1.1"
xmlns="http://www.w3.org/2000/svg">
  <meta xmlns="http://www.w3.org/1999/xhtml" name="referrer" content="unsafe-url"/>
  <circle cx="10" cy="10" r="10" stroke="black" stroke-width="1" fill="red" />
</svg>