summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-img-element/support/external-sheet.svg
blob: fd2eda7164f38c8f09befea8e7746ec1509c8b44 (plain)
1
2
3
4
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
  <style xmlns="http://www.w3.org/1999/xhtml">:root { background-color: green }</style>
  <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" type="text/css" href="red-bg.css" />
</svg>