blob: ea74566ac7c30dfa3a7e1706888e1e789e2eedfc [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<body>
<p>Testing that a svg image referred from svg will isolate. The test passes if you see a green square.</p>
<svg width="100px" height="100" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink">
<image xlink:href="resources/green-square.svg" x="0" y="0" height="100" width="100"/>
</svg>
</body>
</html>