Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/as-image/svg-stylesheet-datauri.svg
<?xml-stylesheet href="data:text/css,rect%20%7B%20fill%3A%20lime%20%7D%0A"
type="text/css"?>
width="100" height="100">
<!-- This blue rect should always be styled as lime by the stylesheet: -->
<rect width="100" height="100" fill="blue"/>
</svg>