| <!doctype html> | |
| <title>SVG image that uses a data: URL</title> | |
| <link rel="match" href="../struct/reftests/reference/green-100x100.html"> | |
| <img src="data:image/svg+xml, | |
| <svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'> | |
| <image href='data:image/svg+xml, | |
| &lt;svg xmlns="http://www.w3.org/2000/svg"> | |
| &lt;rect width="100" height="100" fill="green"/> | |
| &lt;/svg> | |
| '/> | |
| </svg> | |
| "> |