blob: e6ce1559e8102a9cb8eab6ad93bedba2742a3729 [file] [log] [blame]
<!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>