chromium/third_party/blink/web_tests/svg/as-image/svg-image-with-data-uri-expected.html

<!DOCTYPE html>
<html>
<body>
Test for crbug.com/224317: SVG images should be able to reference data:uri images.<br/>
This test passes if there is a green square.<br/>
<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'>
    <rect fill='green' width='100' height='100'/>
</svg>
</body>
</html>